From 9c413b297f673c29756cda135958d364b67c00b0 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 13 Nov 2008 13:48:36 +0000 Subject: Fix permissions --- (limited to 'cardlist.py') diff --git a/cardlist.py b/cardlist.py index 0922d7f..7a179f4 100644 --- a/cardlist.py +++ b/cardlist.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 @@ -314,4 +312,4 @@ class Pair(gtk.EventBox): if card == 1: return self.asnd else: - return self.bsnd \ No newline at end of file + return self.bsnd -- cgit v0.9.1