]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
Removed erroneous extra round bracket
authorallfro <ndouba@gmail.com>
Tue, 19 Mar 2013 12:32:18 +0000 (09:32 -0300)
committerallfro <ndouba@gmail.com>
Tue, 19 Mar 2013 12:32:18 +0000 (09:32 -0300)
src/canari/resource.py

index 1667e5801eecdc41279f1c20e47181d90698b505..3a928a20116e4452f1c049036719fffcd2bc625c 100644 (file)
@@ -19,7 +19,7 @@ etc = 'canari.resources.etc'
 
 
 def imageicon(pkg, name):
-    name = resource_filename(pkg, name))
+    name = resource_filename(pkg, name)
     if name[0] != '/':
         return 'file:///%s' % name
     return 'file://%s' % name