From 83eff5ff0131eab7b3b78ad830e8200c00d0a21f Mon Sep 17 00:00:00 2001 From: Tim McNamara Date: Sat, 14 Aug 2010 10:17:17 +0000 Subject: Encoding correctly declared. --- 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" -- cgit v0.9.1