Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
heyglen committed Mar 29, 2019
1 parent c560a65 commit 3afd916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/iana/iana.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from .factory import Parse

installed_pacakges = str(pathlib.Path(__file__).parent.parent.parent.parent)
installed_pacakges = str(pathlib.Path(__file__).parent.parent.parent)
sys.path.append(installed_pacakges)

from network_tech.lib.utilities import cache
Expand Down
2 changes: 1 addition & 1 deletion lib/search/network/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .selection_utility import SelectionUtility
from .variables import ip

installed_pacakges = str(pathlib.Path(__file__).parent.parent.parent.parent.parent)
installed_pacakges = str(pathlib.Path(__file__).parent.parent.parent.parent)
sys.path.append(installed_pacakges)

from network_tech.lib.iana import Iana
Expand Down

0 comments on commit 3afd916

Please sign in to comment.