summaryrefslogtreecommitdiff
path: root/tirante/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tirante/__init__.py')
-rw-r--r--tirante/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tirante/__init__.py b/tirante/__init__.py
index 94608f7..f667c54 100644
--- a/tirante/__init__.py
+++ b/tirante/__init__.py
@@ -20,10 +20,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
-from __version__ import __version__
-from cr_dat import create_database
-from up_dat import update_database
-from down_man import download_manga
+# from version import __version__
+from create_database import create_database
+from update_database import update_database
+from download_manga import download_manga
# If somebody does "from package import *", this is what they will
# be able to access: