Skip to content
Snippets Groups Projects
Commit c79ae18d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixes #15

parent ed218f7b
No related branches found
No related tags found
No related merge requests found
...@@ -32,4 +32,4 @@ def Singleton(cls): ...@@ -32,4 +32,4 @@ def Singleton(cls):
cls.__init_old__ = cls.__init__ cls.__init_old__ = cls.__init__
cls.__init__ = object.__init__ cls.__init__ = object.__init__
return cls return cls
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment