summaryrefslogtreecommitdiffstats
path: root/bin/linecount.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/linecount.py')
-rw-r--r--bin/linecount.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/linecount.py b/bin/linecount.py
index 7dd4c20..6f49dca 100644
--- a/bin/linecount.py
+++ b/bin/linecount.py
@@ -21,6 +21,7 @@
# in each category, the number of non-blank lines, and the number of
# non-comment lines. The last figure (non-comment) lines is the most
# interesting one for most purposes.
+from __future__ import division
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"