Merge branch 'test_import' of https://github.com/Ebag333/Pyfa into test_import

This commit is contained in:
Ebag333
2017-01-24 17:37:42 -08:00

View File

@@ -61,6 +61,8 @@ INV_FLAG_FIGHTER = 158
class Port(object):
instance = None
@classmethod
def getInstance(cls):
if cls.instance is None: