fix import problems with prompt, still need to move it to another module

This commit is contained in:
Tyrel Souza 2016-05-25 10:16:21 -04:00
parent 9469eb9b12
commit c1cc62b61f
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
3 changed files with 1 additions and 3 deletions

View File

@ -1,2 +1 @@
from .core import BackupCeligo, DEFAULT_BASE_URL
from .prompt import prompt

View File

@ -7,7 +7,7 @@ import json
from slugify import slugify
from celigo import prompt
from .prompt import prompt
L = logging.getLogger(__name__)
DEFAULT_BASE_URL = "https://api.integrator.io/v1/"

View File

@ -1,5 +1,4 @@
# testing imports
import pytest
import unittest
import tempfile
import os