From c8c6b4dbde6e0f834762a3f836379df1f060a4c0 Mon Sep 17 00:00:00 2001 From: dvir volk Date: Sat, 26 Mar 2011 02:48:33 +0200 Subject: [PATCH] rewritten some headers --- src/countries.py | 5 ----- test/test.py | 2 -- 2 files changed, 7 deletions(-) diff --git a/src/countries.py b/src/countries.py index 4f89ae8..9d01ef1 100644 --- a/src/countries.py +++ b/src/countries.py @@ -1,8 +1,3 @@ -# Copyright 2010 (c) doit9.com -# Copying and/or distribution of this file is prohibited. - -__author__ = "dvirsky" -__date__ = "$Dec 14, 2010 4:28:57 PM$" countries = { "AD":"Andorra", diff --git a/test/test.py b/test/test.py index 0c8ff26..afdcf99 100644 --- a/test/test.py +++ b/test/test.py @@ -1,5 +1,3 @@ -# Copyright 2010 (c) doit9.com -# Copying and/or distribution of this file is prohibited. import unittest import redis