summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-24 08:49:27 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-24 08:49:27 +0200
commit806b8a9467361f0aeac047046a112306d12ec519 (patch)
treeceeb5ea6c4d8c842219e89cec1f9e4eb18573294 /src
parent5fa593e110ddb57fc19810e1af8c8ae804cb7f7a (diff)
fix comment
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fapi b/src/fapi
index db417e2..ddf72b4 100755
--- a/src/fapi
+++ b/src/fapi
@@ -16,8 +16,8 @@ from inspect import isfunction
import ConfigParser
-__program__ = 'fapi'
-__version__ = 'VERSION_DEVEL' # Replaced by a Makefile tsubet
+__program__ = 'fapi
+__version__ = 'VERSION_DEVEL' # Replaced by a Makefile target
__prompt__ = '> ' # Default prompt
def print_version():