summaryrefslogtreecommitdiff
path: root/tirante/__main__.py
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-10-12 01:30:59 -0600
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-10-12 01:30:59 -0600
commit5da96ab2f3ac91c429f20e73a0f579ad2a5b7053 (patch)
treea533165304eab2d3d4a131143087f6df24a83e64 /tirante/__main__.py
parent9aef24e1bba52b3c89203524556d216a62e994a7 (diff)
Fix import modules on all files
Diffstat (limited to 'tirante/__main__.py')
-rw-r--r--tirante/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tirante/__main__.py b/tirante/__main__.py
index b782e82..8738da0 100644
--- a/tirante/__main__.py
+++ b/tirante/__main__.py
@@ -20,7 +20,7 @@ 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 create_database import create_database
+from tirante.create_database import create_database
# Main manga source.
MAIN_URL = 'https://manganelo.com/manga/'