Structure fixes

master
Tom Wilson 6 years ago
parent 1b7eb118d0
commit 8d3640138d

@ -1,3 +1,3 @@
if __name__ == '__main__':
from .core import cli
from .agent.core import cli
cli()

@ -7,7 +7,7 @@ import json
from urllib.parse import urlparse, urlunparse, urljoin
from collections import namedtuple
import shepherd.plugin
from . import plugin
# Check for shepherd.new file in edit conf dir. If there,
# or if no shepherd.id file can be found, generate a new one.
# For now, also attempt to delete /var/lib/zerotier-one/identity.public and identity.secret

@ -16,7 +16,7 @@ import time
import subprocess
import os
import shepherd.plugin
from . import plugin
import io

Loading…
Cancel
Save