Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/finance.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2014-07-03 19:11:07 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-07-03 19:11:07 (GMT)
commit84a37cd49994245fda88f309f1d3adfa926569c3 (patch)
tree177bb2b8d14934079e309ce9e30c6a11b86a72d8 /finance.py
parente6f9911735853d0ec4e5acfc178b3bcce83a1ab1 (diff)
Pep8 fixes
Diffstat (limited to 'finance.py')
-rw-r--r--finance.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance.py b/finance.py
index cd7a41e..6926d68 100644
--- a/finance.py
+++ b/finance.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# Copyright 2008 by Wade Brainerd.
# This file is part of Finance.
#
@@ -13,7 +14,6 @@
#
# You should have received a copy of the GNU General Public License
# along with Finance. If not, see <http://www.gnu.org/licenses/>.
-#!/usr/bin/env python
"""Finance - Home financial software for the OLPC XO."""
@@ -128,7 +128,7 @@ class Finance(Activity):
self.transaction_names = {}
self.category_names = {}
- #self.create_test_data()
+ # self.create_test_data()
# Initialize view period to the first of the month.
self.period = _('Month')