From 8420d45452ec2d2e5cf747720927885b26d4eb73 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Tue, 5 Apr 2016 16:14:42 +0000 Subject: [PATCH] Remove stray characters. --- quixote/demo/altdemo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quixote/demo/altdemo.py b/quixote/demo/altdemo.py index c0332c0..1ee62af 100644 --- a/quixote/demo/altdemo.py +++ b/quixote/demo/altdemo.py @@ -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: