Move pycrest to service (might move it to utils later, dunno)
This commit is contained in:
@@ -17,15 +17,13 @@
|
||||
# along with eos. If not, see <http://www.gnu.org/licenses/>.
|
||||
#===============================================================================
|
||||
|
||||
from sqlalchemy.orm import reconstructor
|
||||
import pycrest
|
||||
import config
|
||||
from pycrest import EVE
|
||||
from tomorrow import threads
|
||||
|
||||
import urllib
|
||||
from cStringIO import StringIO
|
||||
|
||||
from sqlalchemy.orm import reconstructor
|
||||
from tomorrow import threads
|
||||
|
||||
|
||||
class Crest(object):
|
||||
|
||||
def __init__(self, id, name, refresh_token=None):
|
||||
|
||||
Reference in New Issue
Block a user