summaryrefslogtreecommitdiff
path: root/lib/thandy/packagesys/PackageSystem.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-20 01:46:57 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-20 01:46:57 +0000
commitfeed9fd1ef9183cc81a199627e092a6eec207ace (patch)
tree720055c03309a81db6dfab71cdd7354b6acd3824 /lib/thandy/packagesys/PackageSystem.py
parent0a6eae473fae3ce5d20c3c6a5769d729e9c5d581 (diff)
various fixes. now thandy will loop infinitely because the exe file gives a 404.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17332 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib/thandy/packagesys/PackageSystem.py')
-rw-r--r--lib/thandy/packagesys/PackageSystem.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/thandy/packagesys/PackageSystem.py b/lib/thandy/packagesys/PackageSystem.py
index 784de2d..fa0d28b 100644
--- a/lib/thandy/packagesys/PackageSystem.py
+++ b/lib/thandy/packagesys/PackageSystem.py
@@ -69,6 +69,9 @@ class PackageTransaction:
self._transactions.append(packageHandle.remove)
class PackageHandle:
+ def __init__(self):
+ pass
+
def getRelativePath(self):
raise NotImplemented()