]> git.pld-linux.org Git - packages/trac.git/commitdiff
- perhaps better wording auto/ti/trac-0_11_7-3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 7 Apr 2010 10:33:37 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    trac-enableplugin.py -> 1.2

trac-enableplugin.py

index adb5e82629ab885313784bb9b3edc8df7b9d0f31..c141e536e4ceb92a427e7aedec39803f0fd46d51 100644 (file)
@@ -24,7 +24,7 @@ for file in glob('/var/lib/trac/*/conf/trac.ini'):
         is_present = env.config.has_option('components', component.lower())
         if not is_present:
             env.config.set('components', component, 'enabled')
-            print 'Enabling component %s in %s' % (component, project)
+            print 'Enabling %s in %s' % (component, project)
             changes = True
 
     if changes:
This page took 0.036011 seconds and 4 git commands to generate.