mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
Simple changes
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
# \__/ \__,_/ /_.___/ /_.___/ \___/ \__,_/
|
||||
|
||||
__version__ = '0.0.2'
|
||||
__build__ = '0x000002'
|
||||
__author__ = 'Kenneth Reitz'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2010 Kenneth Reitz'
|
||||
|
||||
|
||||
def cheese():
|
||||
"""docstring for import"""
|
||||
pass
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
all = ['simplejson', 'typecheck', 'xlwt', 'opster']
|
||||
@@ -0,0 +1 @@
|
||||
import tablib
|
||||
|
||||
Reference in New Issue
Block a user