summaryrefslogtreecommitdiff
path: root/tirante/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tirante/__init__.py')
-rw-r--r--tirante/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tirante/__init__.py b/tirante/__init__.py
index e42515c..afe9d9e 100644
--- a/tirante/__init__.py
+++ b/tirante/__init__.py
@@ -21,9 +21,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
from .version import __version__
-from .tirante import create_database
-from .tirante import update_database
-from .tirante import download_manga
+from .cr_dat import create_database
+from .up_dat import update_database
+from .down_man import download_manga
# If somebody does "from package import *", this is what they will
# be able to access: