Readds plugins code and respective tests
[osm/MON.git] / osm_mon / plugins / OpenStack / singleton.py
index abfe4e2..59c5ee5 100644 (file)
@@ -23,8 +23,6 @@
 
 from __future__ import unicode_literals
 
-__author__ = "Helena McGough"
-
 
 class Singleton(object):
     """Simple singleton class."""