[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1621] trunk/py/scripts/addons/ development_icon_get.py: To many arguments for _init_, was failing script

Jonathan Smith j.jaydez at gmail.com
Sat Feb 19 11:43:27 CET 2011


Revision: 1621
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1621
Author:   jaydez
Date:     2011-02-19 10:43:26 +0000 (Sat, 19 Feb 2011)
Log Message:
-----------
To many arguments for _init_, was failing script

Modified Paths:
--------------
    trunk/py/scripts/addons/development_icon_get.py

Modified: trunk/py/scripts/addons/development_icon_get.py
===================================================================
--- trunk/py/scripts/addons/development_icon_get.py	2011-02-18 19:37:59 UTC (rev 1620)
+++ trunk/py/scripts/addons/development_icon_get.py	2011-02-19 10:43:26 UTC (rev 1621)
@@ -79,7 +79,7 @@
     bl_region_type = "UI"
     bl_label = "All icons"
 
-    def __init__(self, x):
+    def __init__(self):
         self.amount = 10
         self.icon_list = create_icon_list()
 
@@ -155,7 +155,7 @@
     bl_space_type = 'CONSOLE'
     _search_old = ""
 
-    def __init__(self, x):
+    def __init__(self):
         self.amount = 10
         self.icon_list = create_icon_list()
 



More information about the Bf-extensions-cvs mailing list