~tanner/+junk/raidplanner-TG2

« back to all changes in this revision

Viewing changes to raidtrackertg2/model/guildrank.py

  • Committer: Robert J. Tanner
  • Date: 2009-03-12 02:22:52 UTC
  • Revision ID: tanner@real-time.com-20090312022252-c1bqws6di18lugvg
* Small clean up, import only what is needed, not everything

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
#
16
16
 
17
 
from sqlalchemy import *
 
17
#from sqlalchemy import *
18
18
from sqlalchemy.orm import mapper, relation
19
19
from sqlalchemy import Table, ForeignKey, Column
20
20
from sqlalchemy.types import Integer, Unicode