summaryrefslogtreecommitdiff
path: root/lib/sexp/tests.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-09-19 19:22:43 +0000
committerNick Mathewson <nickm@torproject.org>2008-09-19 19:22:43 +0000
commit047f0117bf3ccf5b7e1a36b760a5c75f988bc72e (patch)
treee88519e576f0b671a601427d09ebf695dba9fce2 /lib/sexp/tests.py
parentddc03061218dc00a664aaf10a6a2fec2b604deac (diff)
More repository/signing/marshalling/crypto work for glider.
git-svn-id: file:///home/or/svnrepo/updater/trunk@16928 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib/sexp/tests.py')
-rw-r--r--lib/sexp/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sexp/tests.py b/lib/sexp/tests.py
index 7decd03..bfd1053 100644
--- a/lib/sexp/tests.py
+++ b/lib/sexp/tests.py
@@ -11,7 +11,6 @@ class EncodingTest(unittest.TestCase):
self.assertEquals(1,1)
-
def suite():
import sexp.tests
suite = unittest.TestSuite()