Remove editor-specific comments.
If Vim can autodetect that a file is a Python file, so can Emacs. Also, not all Vim users will want to use folding, so remove that comment as well. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
parent
63bc52354d
commit
c6b79197fd
1 changed files with 0 additions and 3 deletions
3
newfol
3
newfol
|
|
@ -1,5 +1,4 @@
|
|||
#! /usr/bin/python3
|
||||
# Since peter uses emacs, remind it that this is a -*- python -*- file.
|
||||
|
||||
import sys
|
||||
sys.path.insert(0, sys.path[0] + "/lib")
|
||||
|
|
@ -1173,5 +1172,3 @@ except newfol.exception.UpgradeNeededError as e:
|
|||
except newfol.exception.FilemanipError as e:
|
||||
print("E: {0}".format(str(e)), file=sys.stderr)
|
||||
sys.exit(2)
|
||||
|
||||
# vim: set fdm=indent:
|
||||
|
|
|
|||
Loading…
Reference in a new issue