Commit a2e09746 authored by Fred Drake's avatar Fred Drake

fix Python style guide conformance

parent b793563c
......@@ -117,7 +117,7 @@ class VersionPredicate:
raise ValueError("empty parenthesized list in %r"
% versionPredicateStr)
else:
self.pred=[]
self.pred = []
def __str__(self):
if self.pred:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment