app/soc/logic/model.py
changeset 390 d12c95ade374
parent 310 0386d634ad9f
child 429 e50e18936f06
equal deleted inserted replaced
389:9b873166d7d5 390:d12c95ade374
    23   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    23   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    24   ]
    24   ]
    25 
    25 
    26 
    26 
    27 from google.appengine.ext import db
    27 from google.appengine.ext import db
    28 
       
    29 from soc.logic import key_name
       
    30 from soc.logic import out_of_band
       
    31 
    28 
    32 
    29 
    33 def getFullClassName(cls):
    30 def getFullClassName(cls):
    34   """Returns fully-qualified module.class name string.""" 
    31   """Returns fully-qualified module.class name string.""" 
    35 
    32