Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/messenger.py
diff options
context:
space:
mode:
authorSimon Schampijer <erikos@localhost.localdomain>2008-11-13 13:48:36 (GMT)
committer Simon Schampijer <erikos@localhost.localdomain>2008-11-13 13:48:36 (GMT)
commit9c413b297f673c29756cda135958d364b67c00b0 (patch)
tree941621f20e17b2c1c9ccecf47371b85c2bbd7d27 /messenger.py
parent352b25fde7e0a9330ee2955be05ace70a63ba77c (diff)
Fix permissions
Diffstat (limited to 'messenger.py')
-rw-r--r--messenger.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/messenger.py b/messenger.py
index 72c1691..8ed9a20 100644
--- a/messenger.py
+++ b/messenger.py
@@ -1,6 +1,4 @@
-#! /usr/bin/env python
-#
-# Copyright (C) 2006, 2007, One Laptop Per Child
+# Copyright (C) 2006, 2007, 2008 One Laptop Per Child
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -217,4 +215,4 @@ class Messenger(ExportedGObject):
if sender == self._tube.get_unique_name():
return
self.game.card_flipped(None, card_number, True)
- \ No newline at end of file
+