diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-26 23:16:53 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-26 23:16:53 +0000 |
commit | 2e7f95d9b484e93806928ecf3355ca3cc8a13d42 (patch) | |
tree | 922e8f884535d510ab2e5a12792508b6c6b8cbb4 /scripts | |
parent | 8921a1b5170c75aba5c5d91a54f7b4635cf341df (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-x | scripts/rpkidemo | 4 |
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: |