diff options
author | Max Peterson <max@incuna.com> | 2011-07-08 17:02:03 +0100 |
---|---|---|
committer | Max Peterson <max@incuna.com> | 2011-07-08 17:02:03 +0100 |
commit | 7296f34ca950d0ac3f6f7c5326b899ffe75bbef5 (patch) | |
tree | b5c0f5ce2271704b3f30aa6dbc74782f117f73cc /wkhtmltopdf/__init__.py | |
download | django-wkhtmltopdf-7296f34ca950d0ac3f6f7c5326b899ffe75bbef5.tar.gz django-wkhtmltopdf-7296f34ca950d0ac3f6f7c5326b899ffe75bbef5.tar.bz2 django-wkhtmltopdf-7296f34ca950d0ac3f6f7c5326b899ffe75bbef5.zip |
Added as new
Diffstat (limited to 'wkhtmltopdf/__init__.py')
-rw-r--r-- | wkhtmltopdf/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py new file mode 100644 index 0000000..16281fe --- /dev/null +++ b/wkhtmltopdf/__init__.py @@ -0,0 +1 @@ +from .utils import * |