diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-08-28 17:14:39 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-08-28 17:14:39 -0400 |
| commit | b6419d79183dad0965c8574757e333a87761a2fb (patch) | |
| tree | 421e59676715e42e5f6fd7e81f43d312351f81d4 /tablib/__init__.py | |
| parent | de8ed8dd03f5417e210a7dcd29e694c5b4bfa29e (diff) | |
| download | tablib-b6419d79183dad0965c8574757e333a87761a2fb.tar.gz | |
module name refactorization
Diffstat (limited to 'tablib/__init__.py')
| -rw-r--r-- | tablib/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tablib/__init__.py b/tablib/__init__.py new file mode 100644 index 0000000..5d20240 --- /dev/null +++ b/tablib/__init__.py @@ -0,0 +1 @@ +from core import *
\ No newline at end of file |
