summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6/flp.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-03-26 19:52:46 (GMT)
committerGuido van Rossum <guido@python.org>1998-03-26 19:52:46 (GMT)
commit2830dcc15cd62de4c8004b2414ffde6ca9062b69 (patch)
tree9f2ec061902e9d7bef31a3531423f6bece5c1e16 /Lib/plat-irix6/flp.py
parent41360a4696f488e49e5409b3b1baf1fff6ae0044 (diff)
downloadcpython-2830dcc15cd62de4c8004b2414ffde6ca9062b69.zip
cpython-2830dcc15cd62de4c8004b2414ffde6ca9062b69.tar.gz
cpython-2830dcc15cd62de4c8004b2414ffde6ca9062b69.tar.bz2
Get rid of the Emacs cruft now that Python-mode guess the desired settings!
Diffstat (limited to 'Lib/plat-irix6/flp.py')
-rw-r--r--Lib/plat-irix6/flp.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/plat-irix6/flp.py b/Lib/plat-irix6/flp.py
index a277f7f..f713a92 100644
--- a/Lib/plat-irix6/flp.py
+++ b/Lib/plat-irix6/flp.py
@@ -448,7 +448,3 @@ def _printform(form):
print ' Label ', i.Label, ' size/style/col/align ', i.Size,i.Style, i.Lcol, i.Alignment
print ' cols ', i.Colors
print ' cback ', i.Callback, i.Argument
-
-# Local variables:
-# py-indent-offset: 4
-# end: