moved services to etc subdir for cleaning things up
This commit is contained in:
parent
0522c4837e
commit
201030919e
8 changed files with 3 additions and 2 deletions
0
linspector/services/etc/__init__.py
Normal file
0
linspector/services/etc/__init__.py
Normal 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__)
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue