summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fapi1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fapi b/src/fapi
index b718378..4587513 100755
--- a/src/fapi
+++ b/src/fapi
@@ -794,7 +794,6 @@ class FapiInteractive(FapiBase):
def run(self):
''' Runs the interactive fapi shell '''
-
histfile = os.path.join(os.path.expanduser('~'), '.fapihist')
try:
readline.read_history_file(histfile)