Skip to content

Commit 0141166

Browse files
committed
Remove some 2.7 incompatibilities
1 parent 323099c commit 0141166

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fuse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
except:
1818
pass
1919

20-
from string import join
2120
import sys
2221
import os
2322
from errno import *
@@ -317,7 +316,6 @@ def error(self, msg):
317316

318317
def print_help(self, file=sys.stderr):
319318
SubbedOptParse.print_help(self, file)
320-
print(file=file)
321319
self.fuse_args.setmod('showhelp')
322320

323321
def print_version(self, file=sys.stderr):

0 commit comments

Comments
 (0)