Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/createcardpanel.py
diff options
context:
space:
mode:
Diffstat (limited to 'createcardpanel.py')
-rw-r--r--createcardpanel.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/createcardpanel.py b/createcardpanel.py
index a1782a4..3532987 100644
--- a/createcardpanel.py
+++ b/createcardpanel.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
@@ -312,4 +310,4 @@ class CardEditor(gtk.EventBox):
diff = pixbuf_t.get_height() - pixbuf_t.get_width()
pixbuf_t.scale(new, 0, 0, 162, 162, 0, -(diff/2), 1, 1, gtk.gdk.INTERP_BILINEAR)
del pixbuf_t
- return new \ No newline at end of file
+ return new