-Bring back the Plugin.py... needed for DLC container
authorNabil Hanna <ali@users.schwerkraft.elitedvb.net>
Fri, 21 Aug 2009 07:31:04 +0000 (07:31 +0000)
committerNabil Hanna <ali@users.schwerkraft.elitedvb.net>
Fri, 21 Aug 2009 07:31:04 +0000 (07:31 +0000)
commit546a1b292456230d2caf62445f936b646f86ef8c
tree82b44a4edae48bb27efdabcb47e23451fe8219b0
parentb4d6eee02f93e1838b1018941ed74eea389aa7f1
-Bring back the Plugin.py... needed for DLC container
-Bring back linux line endings
-Move container stuff in an own directory. This should fix the cvs-problem (plugin.py and Plugin.py) for windows
17 files changed:
configure.ac
rsdownloader/src/DLC.pyc [deleted file]
rsdownloader/src/Keepalive.py [deleted file]
rsdownloader/src/Makefile.am
rsdownloader/src/MultipartPostHandler.py [deleted file]
rsdownloader/src/Request.py [deleted file]
rsdownloader/src/container/DLC.pyc [new file with mode: 0644]
rsdownloader/src/container/Keepalive.py [new file with mode: 0644]
rsdownloader/src/container/Makefile.am [new file with mode: 0644]
rsdownloader/src/container/MultipartPostHandler.py [new file with mode: 0644]
rsdownloader/src/container/Plugin.py [new file with mode: 0644]
rsdownloader/src/container/Request.py [new file with mode: 0644]
rsdownloader/src/container/__init__.py [new file with mode: 0644]
rsdownloader/src/container/sslfactory.py [new file with mode: 0644]
rsdownloader/src/decrypt.py [deleted file]
rsdownloader/src/plugin.py
rsdownloader/src/sslfactory.py [deleted file]