~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to bin/ivle-mountallusers

  • Committer: me at id
  • Date: 2009-01-15 06:11:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1090.
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:branches%2Fstorm:1163
www/app/{subjects,tutorial}: Use the new Storm API to get enrolled subjects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
import optparse
30
30
import logging
31
31
 
32
 
import ivle.config
33
32
import ivle.database
34
33
import ivle.conf
35
34
 
50
49
                          os.path.basename(sys.argv[0])
51
50
    sys.exit(1)
52
51
 
53
 
store = ivle.database.get_store(ivle.config.Config())
 
52
store = ivle.database.get_store()
54
53
users = store.find(ivle.database.User).order_by(ivle.database.User.login)
55
54
 
56
55
logging.info("mass aufs mount started")