Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardtable.py
diff options
context:
space:
mode:
Diffstat (limited to 'cardtable.py')
-rw-r--r--[-rwxr-xr-x]cardtable.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/cardtable.py b/cardtable.py
index 28a2a4d..847a7bd 100755..100644
--- a/cardtable.py
+++ b/cardtable.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
@@ -216,4 +214,4 @@ class CardTable(gtk.EventBox):
if not self.load_mode:
self._set_load_mode(True)
self.load_message.set_text(msg)
- self.queue_draw() \ No newline at end of file
+ self.queue_draw()