summaryrefslogtreecommitdiff
path: root/tirante/chapter_images_manager.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/chapter_images_manager.py
parent9aef24e1bba52b3c89203524556d216a62e994a7 (diff)
Fix import modules on all files
Diffstat (limited to 'tirante/chapter_images_manager.py')
-rw-r--r--tirante/chapter_images_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tirante/chapter_images_manager.py b/tirante/chapter_images_manager.py
index fea5bbf..bd8aa07 100644
--- a/tirante/chapter_images_manager.py
+++ b/tirante/chapter_images_manager.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 get_chapter_image_list import get_chapter_image_list
+from tirante.get_chapter_image_list import get_chapter_image_list
def chapter_images_list_to_csv(chapter_data):