trivial mod to force push to happen.

This commit is contained in:
fawce
2012-03-16 09:52:08 -04:00
parent 1ab84ae2ca
commit 77993ee6ca
+4 -2
View File
@@ -404,7 +404,7 @@ class PerformancePeriod():
def to_dict(self):
"""
Creates a dictionary representing the state of this performance
period.
period. See header comments for a detailed description.
"""
positions = {}
for sid, pos in self.positions.iteritems():
@@ -422,7 +422,9 @@ class PerformancePeriod():
def to_namedict(self):
"""
Creates a namedict representing the state of this perfomance period.
Creates a namedict representing the state of this perfomance period.
Properties are the same as the results of to_dict. See header comments
for a detailed description.
"""
positions = {}