diff options
author | 2015-05-10 17:01:05 +0200 | |
---|---|---|
committer | 2015-05-10 17:01:05 +0200 | |
commit | 8606b72470e0e506d9da26f190a2880d47d289a4 (patch) | |
tree | 6225bba54bafb655ca969a1287673807c7c2d131 /pyload/datatype | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-8606b72470e0e506d9da26f190a2880d47d289a4.tar.xz |
Improve and fix file structure a bit
Diffstat (limited to 'pyload/datatype')
-rw-r--r-- | pyload/datatype/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyload/datatype/__init__.py b/pyload/datatype/__init__.py index 40a96afc6..29f0d40aa 100644 --- a/pyload/datatype/__init__.py +++ b/pyload/datatype/__init__.py @@ -1 +1,4 @@ # -*- coding: utf-8 -*- + +from pyload.Datatype.File import PyFile +from pyload.Datatype.Package import PyPackage |