diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-07 17:04:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-07 17:04:37 +0000 |
commit | ed43d040bf72c2b8eb9d2cec3444556761b3c606 (patch) | |
tree | 57d47ba90cd2c6672f32f0a514c47058e23e3f90 /pow/POW-0.7/lib/__init__.py | |
parent | 2d5c53975e6ddaec9ac3d49a70278fcdd584273d (diff) |
Add pow
svn path=/pow/POW-0.7/PKG-INFO; revision=722
Diffstat (limited to 'pow/POW-0.7/lib/__init__.py')
-rw-r--r-- | pow/POW-0.7/lib/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pow/POW-0.7/lib/__init__.py b/pow/POW-0.7/lib/__init__.py new file mode 100644 index 00000000..1140ec1f --- /dev/null +++ b/pow/POW-0.7/lib/__init__.py @@ -0,0 +1,2 @@ +from _POW import * +from _POW import _docset |