Got rid of print statement
This commit is contained in:
parent
eb2c083159
commit
297cebd833
@ -79,7 +79,6 @@ def to_dict(self):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def from_dict(d):
|
def from_dict(d):
|
||||||
print "from_dict"
|
|
||||||
target = Target.__new__(Target)
|
target = Target.__new__(Target)
|
||||||
target.name = d['name']
|
target.name = d['name']
|
||||||
target.module_name = d['module_name']
|
target.module_name = d['module_name']
|
||||||
|
Loading…
Reference in New Issue
Block a user