From: Ian Jackson Date: Mon, 3 Apr 2017 12:01:28 +0000 (+0100) Subject: rename hippotat module to hippotatlib X-Git-Tag: hippotat/1.0.0~55^2~118 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=commitdiff_plain;h=5a37bac8d49a3735c29e211c1642b101e2ff9517 rename hippotat module to hippotatlib --- diff --git a/client b/client index 062b992..2f88d5e 100755 --- a/client +++ b/client @@ -1,6 +1,6 @@ #!/usr/bin/python3 -from hippotat import * +from hippotatlib import * import twisted.web import twisted.web.client diff --git a/hippotat/__init__.py b/hippotatlib/__init__.py similarity index 99% rename from hippotat/__init__.py rename to hippotatlib/__init__.py index 654a5c5..48ece83 100644 --- a/hippotat/__init__.py +++ b/hippotatlib/__init__.py @@ -33,7 +33,7 @@ import traceback import re as regexp -import hippotat.slip as slip +import hippotatlib.slip as slip class DBG(twisted.python.constants.Names): INIT = NamedConstant() diff --git a/hippotat/slip.py b/hippotatlib/slip.py similarity index 100% rename from hippotat/slip.py rename to hippotatlib/slip.py diff --git a/server b/server index c83e6b2..1e9348e 100755 --- a/server +++ b/server @@ -1,6 +1,6 @@ #!/usr/bin/python3 -from hippotat import * +from hippotatlib import * import os