Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/createtoolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'createtoolbar.py')
-rw-r--r--[-rwxr-xr-x]createtoolbar.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/createtoolbar.py b/createtoolbar.py
index 0ac7c9d..a849770 100755..100644
--- a/createtoolbar.py
+++ b/createtoolbar.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
@@ -165,4 +163,4 @@ class CreateToolbar(gtk.Toolbar):
def update_buttons_status(self, widget, new, save):
self._new_button.set_sensitive(new)
self._save_button.set_sensitive(save)
- \ No newline at end of file
+