diff options
author | 2012-01-01 18:01:25 +0100 | |
---|---|---|
committer | 2012-01-01 18:01:25 +0100 | |
commit | 5a3e5a8228e4c5421b44d18c9c9ae2f1fe616400 (patch) | |
tree | bf70780213abfe9dcf938f8ca7d55274db7cd3fa /module/PyPackage.py | |
parent | Happy new Year ! (diff) | |
download | pyload-5a3e5a8228e4c5421b44d18c9c9ae2f1fe616400.tar.xz |
fixed imports
Diffstat (limited to 'module/PyPackage.py')
-rw-r--r-- | module/PyPackage.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/PyPackage.py b/module/PyPackage.py index d4b468f9c..970982e68 100644 --- a/module/PyPackage.py +++ b/module/PyPackage.py @@ -17,8 +17,6 @@ @author: mkaay """ -from interaction.PullEvents import UpdateEvent - class PyPackage(): """ Represents a package object at runtime |