r246 - branches/rewrite/src

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Wed, 22 Sep 2004 10:29:00 -0600


Author: otavio
Date: Wed Sep 22 10:28:58 2004
New Revision: 246

Modified:
   branches/rewrite/src/DirManagement.py   (contents, props changed)
   branches/rewrite/src/Dists.py   (contents, props changed)
Log:
Fix copyright comment and class names.

Modified: branches/rewrite/src/DirManagement.py
==============================================================================
--- branches/rewrite/src/DirManagement.py	(original)
+++ branches/rewrite/src/DirManagement.py	Wed Sep 22 10:28:58 2004
@@ -1,5 +1,5 @@
 # debpartial-mirror - partial debian mirror package tool
-# (c) 2004 Otavio Salvador <otavio@debian.org>, Nat Budin <natb@brandeis.edu>
+# (c) 2004 Otavio Salvador <otavio@debian.org>, Marco Presi <zufus@debian.org>
 #
 # 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
@@ -14,14 +14,11 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-
-
+# $Id$
 
 import os
 
-
-class Backends:
+class DirManagement:
     """
     This class provides methods to create backendss dirs into the
     partial-mirror

Modified: branches/rewrite/src/Dists.py
==============================================================================
--- branches/rewrite/src/Dists.py	(original)
+++ branches/rewrite/src/Dists.py	Wed Sep 22 10:28:58 2004
@@ -1,5 +1,5 @@
 # debpartial-mirror - partial debian mirror package tool
-# (c) 2004 Otavio Salvador <otavio@debian.org>, Nat Budin <natb@brandeis.edu>
+# (c) 2004 Otavio Salvador <otavio@debian.org>, Marco Presi <zufus@debian.org>
 #
 # 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
@@ -14,11 +14,11 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
+# $Id$
 
 import os
 
-from Backends import *
+from DirManagement import *
 
 class Dists:
     """