aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-12-04 00:34:51 -0500
committerGravatar Ben Boeckel <MathStuf@gmail.com>2010-12-04 00:34:51 -0500
commit6232d7ca7e55b3d1f46af7d2a97240ecca16f399 (patch)
treec5e3cdf5c0088acc364917ac5b40d4f55cb9d4d3 /examples
parent83478c0589475b1ce1f605c38c1bed9214e9195f (diff)
Add a missing colon
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/scripts/per-site-settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/scripts/per-site-settings.py b/examples/data/scripts/per-site-settings.py
index 1a49ac8..ea80c31 100755
--- a/examples/data/scripts/per-site-settings.py
+++ b/examples/data/scripts/per-site-settings.py
@@ -108,7 +108,7 @@ if __name__ == '__main__':
if mode & stat.S_IEXEC:
fin = tempfile.TemporaryFile()
subprocess.Popen([filepath], stdout=fin).wait()
- else
+ else:
fin = open(filepath, 'r')
host, path = (url.hostname, url.path)