Remove stray characters.

This commit is contained in:
Neil Schemenauer 2016-04-05 16:14:42 +00:00
parent 952aa2748e
commit 8420d45452
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
+#!/usr/bin/env python3
+
#!/usr/bin/env python3
"""An alternative Quixote demo. This version is contained in a single module
and does not use PTL. The easiest way to run this demo is to use the
simple HTTP server included with Quixote. For example: