Move pycrest to service (might move it to utils later, dunno)

This commit is contained in:
blitzmann
2015-10-24 22:28:31 -04:00
parent a5920a9c9c
commit c81774a3aa
7 changed files with 17 additions and 16 deletions

View File

@@ -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):