~music-clockwork/resonate/mixes

« back to all changes in this revision

Viewing changes to resonate/manage.py

  • Committer: Brian Kassouf
  • Date: 2009-05-04 19:24:30 UTC
  • mfrom: (615.2.28 resonate)
  • Revision ID: brian@brian-laptop-20090504192430-d99ollvz4nrfkz27
pulled in the new revisions from trunk branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
if __name__ == "__main__":
72
72
 
73
 
    # XXX: we must load resonate, so its main __init__.py script will get
74
 
    #   executed, initializing the database and such.  this isn't the ideal way
75
 
    #   to do things; see the bottom of __init__.py for some insight on a
76
 
    #   slightly better alternative.
77
 
    import resonate
 
73
    # Initialize Resonate first...
 
74
    from resonate import init_resonate
 
75
    init_resonate()
78
76
 
79
77
    import getopt
80
78
    optlist, args = getopt.getopt(sys.argv[1:], "", [])