Revert "Create variables before they are referenced. "

1dc15936ed

This is a problem for us.  See #794 for more details.
This commit is contained in:
Ebag333
2016-11-04 14:18:18 -07:00
parent 832e7e6637
commit ad76104033
10 changed files with 0 additions and 38 deletions

View File

@@ -57,7 +57,6 @@ projectedFits_table = Table("projectedFits", saveddata_meta,
class ProjectedFit(object):
def __init__(self, sourceID, source_fit, amount=1, active=True):
self.victim_fit = None
self.sourceID = sourceID
self.source_fit = source_fit
self.active = active