Kaydet (Commit) d038ca83 authored tarafından Fred Drake's avatar Fred Drake

Make reindent.py happy (convert everything to 4-space indents!).

üst 16f6329e
...@@ -3086,4 +3086,3 @@ def _test(): ...@@ -3086,4 +3086,3 @@ def _test():
if __name__ == '__main__': if __name__ == '__main__':
_test() _test()
...@@ -63,4 +63,3 @@ class Dialog: ...@@ -63,4 +63,3 @@ class Dialog:
pass pass
return s return s
...@@ -297,4 +297,3 @@ if __name__ == "__main__": ...@@ -297,4 +297,3 @@ if __name__ == "__main__":
print askinteger("Spam", "Egg count", initialvalue=12*12) print askinteger("Spam", "Egg count", initialvalue=12*12)
print askfloat("Spam", "Egg weight\n(in tons)", minvalue=1, maxvalue=100) print askfloat("Spam", "Egg weight\n(in tons)", minvalue=1, maxvalue=100)
print askstring("Spam", "Egg label") print askstring("Spam", "Egg label")
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