chiark / gitweb /
rename hippotat module to hippotatlib
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 3 Apr 2017 12:01:28 +0000 (13:01 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 3 Apr 2017 12:01:28 +0000 (13:01 +0100)
client
hippotatlib/__init__.py [moved from hippotat/__init__.py with 99% similarity]
hippotatlib/slip.py [moved from hippotat/slip.py with 100% similarity]
server

diff --git a/client b/client
index 062b99270a7676e0622448d5bd0bbe1a2c1bc353..2f88d5eeac3ba16d767fdcb9bb8797eef3e9fa43 100755 (executable)
--- a/client
+++ b/client
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-from hippotat import *
+from hippotatlib import *
 
 import twisted.web
 import twisted.web.client
similarity index 99%
rename from hippotat/__init__.py
rename to hippotatlib/__init__.py
index 654a5c5f52fe2bccfd9d043d2acb3185e68a81cd..48ece836b33ad624248618b93f6d91b900b8d489 100644 (file)
@@ -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()
similarity index 100%
rename from hippotat/slip.py
rename to hippotatlib/slip.py
diff --git a/server b/server
index c83e6b254dc2ab3132acc9e8e41c844f9a538a7a..1e9348e800d730bd183f9b7d512d16a08a8797bf 100755 (executable)
--- a/server
+++ b/server
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-from hippotat import *
+from hippotatlib import *
 
 import os