Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Experior.Activity/sbconfig_sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'Experior.Activity/sbconfig_sample.py')
-rwxr-xr-xExperior.Activity/sbconfig_sample.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Experior.Activity/sbconfig_sample.py b/Experior.Activity/sbconfig_sample.py
index dfd84b4..b4d2c26 100755
--- a/Experior.Activity/sbconfig_sample.py
+++ b/Experior.Activity/sbconfig_sample.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"