moved services to etc subdir for cleaning things up

This commit is contained in:
Johannes Findeisen 2013-11-04 22:10:33 +01:00
commit 201030919e
8 changed files with 3 additions and 2 deletions

View file

View file

@ -21,14 +21,15 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
""" """
import paramiko
import pprint import pprint
import os import os
from logging import getLogger from logging import getLogger
import paramiko
from linspector.services.service import Service from linspector.services.service import Service
logger = getLogger(__name__) logger = getLogger(__name__)