RSS

(root)/packagedb/0.5.x : 594 : start-pkgdb.in

To get this branch, use:
bzr branch /bzr/packagedb/0.5.x

« back to all changes in this revision

Viewing changes to start-pkgdb.in

Martin Bacovsky
2010-09-21 21:47:58
Revision ID: mbacovsk@redhat.com-20100921214758-8eh2vhmreho07pua
fedora.tg.util -> fedora.tg.tg1utils

Show diffs side-by-side

added added

removed removed

12
12
 
13
13
from turbogears import config, update_config, start_server, startup
14
14
import cherrypy
15
 
import fedora.tg.util
 
15
import fedora.tg.tg1utils
16
16
 
17
17
cherrypy.lowercase_api = True
18
18
config.update({'pkgdb.basedir': PKGDBDIR})
31
31
import pkgdb.lib.utils
32
32
 
33
33
pkgdb.lib.utils.init_globals()
34
 
startup.call_on_startup.append(fedora.tg.util.enable_csrf)
 
34
startup.call_on_startup.append(fedora.tg.tg1utils.enable_csrf)
35
35
 
36
36
from pkgdb.controllers import Root
37
37
 

Loggerhead 1.18.1 is a web-based interface for Bazaar branches