aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-01-26 23:16:53 +0000
committerRob Austein <sra@hactrn.net>2011-01-26 23:16:53 +0000
commit2e7f95d9b484e93806928ecf3355ca3cc8a13d42 (patch)
tree922e8f884535d510ab2e5a12792508b6c6b8cbb4 /scripts
parent8921a1b5170c75aba5c5d91a54f7b4635cf341df (diff)
Apparently I was hallucinating when I thought I saw Emacs identify
this as a Python script from the #! interpreter line. Ah well. svn path=/scripts/rpkidemo; revision=3669
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rpkidemo4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/rpkidemo b/scripts/rpkidemo
index a304e46f..8c208697 100755
--- a/scripts/rpkidemo
+++ b/scripts/rpkidemo
@@ -462,3 +462,7 @@ class main(object):
self.poll_loop()
main()
+
+# Local Variables:
+# mode:python
+# End: