Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim McNamara <paperless@timmcnamara.co.nz>2010-08-14 10:17:17 (GMT)
committer Tim McNamara <paperless@timmcnamara.co.nz>2010-08-14 10:17:17 (GMT)
commit83eff5ff0131eab7b3b78ad830e8200c00d0a21f (patch)
tree8dbf9f8b26410566d05643926756d67059c955df
parent3a922cb3917204f94411e37f95b2ba00b66b8cfa (diff)
Encoding correctly declared.
-rwxr-xr-xExperior.Activity/sbconfig.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Experior.Activity/sbconfig.py b/Experior.Activity/sbconfig.py
index dfd84b4..b4d2c26 100755
--- a/Experior.Activity/sbconfig.py
+++ b/Experior.Activity/sbconfig.py
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-# encoding: utf-8
+#! /usr/bin/env python
+# -*- encoding: utf-8 -*-
# The host that the sugarbot clients should connect to in order to retrieve
# the commands that they need to execute.
@@ -10,4 +10,4 @@ host = "localhost"
port = 54321
# Client name.
-clientName = "testClientName" \ No newline at end of file
+clientName = "testClientName"