This commit is contained in:
blitzman
2017-02-07 19:16:57 -05:00
parent f7d7b3fe5e
commit 84867c6e67

View File

@@ -21,7 +21,7 @@ from sqlalchemy import Column, String, Integer, Table, ForeignKey
from sqlalchemy.orm import relation, mapper, synonym
from eos.db import gamedata_meta
from eos.types import AlphaClone, AlphaCloneSkill
from eos.gamedata import AlphaClone, AlphaCloneSkill
alphaclones_table = Table(
"alphaClones",