aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--defapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/defapp.py b/defapp.py
index e459084..c03f118 100644
--- a/defapp.py
+++ b/defapp.py
@@ -47,7 +47,7 @@ class App(cmd.Cmd):
47 47
48 def outfile(self): 48 def outfile(self):
49 if self.f: 49 if self.f:
50 return f 50 return self.f
51 else: 51 else:
52 return sys.stdout 52 return sys.stdout
53 53