Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/olpcgames
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-04-10 16:22:07 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-04-10 16:22:07 (GMT)
commit46f7d65d6bef8ead172b54011e60c1e1eee1c28c (patch)
tree2aad4382b181a792f2063247c052c84e5df53894 /olpcgames
parent6b264bcdca691cfe8eb5d5939a6fe534102af712 (diff)
coding utf-8 fixes
Diffstat (limited to 'olpcgames')
-rw-r--r--olpcgames/activity.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/olpcgames/activity.py b/olpcgames/activity.py
index 538ba13..53f0422 100644
--- a/olpcgames/activity.py
+++ b/olpcgames/activity.py
@@ -1,4 +1,6 @@
-"""Embeds the Canvas widget into a Sugar-specific Activity environment
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+"""Embeds the Canvas widget into a Sugar-specific Activity environment"""
The olpcgames.activity module encapsulates creation of a Pygame activity.
Your Activity should inherit from this class. Simply setting some class