rewritten some container stuff
authorNabil Hanna <ali@users.schwerkraft.elitedvb.net>
Sat, 29 Aug 2009 08:31:45 +0000 (08:31 +0000)
committerNabil Hanna <ali@users.schwerkraft.elitedvb.net>
Sat, 29 Aug 2009 08:31:45 +0000 (08:31 +0000)
rsdownloader/src/container/DLC.pyc [deleted file]
rsdownloader/src/container/Plugin.py [deleted file]

diff --git a/rsdownloader/src/container/DLC.pyc b/rsdownloader/src/container/DLC.pyc
deleted file mode 100644 (file)
index 9b1e58d..0000000
Binary files a/rsdownloader/src/container/DLC.pyc and /dev/null differ
diff --git a/rsdownloader/src/container/Plugin.py b/rsdownloader/src/container/Plugin.py
deleted file mode 100644 (file)
index c3b002c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-from Request import Request
-
-class Plugin():
-       def __init__(self, parent):
-               self.req = Request()
-