mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 13:24:23 +08:00
trivial mod to force push to happen.
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user