]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- white space cleanup
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Sep 2012 20:15:31 +0000 (20:15 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Sep 2012 20:15:31 +0000 (20:15 +0000)
Changed files:
    modules/ftptree.py -> 1.58

modules/ftptree.py

index 36970964e5fb0b207981768a00f878e6c54b1bdd..aa2cebedf4ed4267c420151f856f4a1017d05279 100644 (file)
@@ -151,7 +151,7 @@ class Pkg(BasePkg):
         for arch in self.files.keys():
             for rpm in self.files[arch]:
                 f.write("file:%s:%s\n" % (arch, rpm))
-        
     def remove(self, test = False):
         """
         Remove package from ftp
@@ -354,7 +354,6 @@ class FtpTree(BaseFtpTree):
 
     def mark4moving(self, wannabepkgs):
         self.__mark4something(wannabepkgs, Pkg.mark4moving)
-        
 
     # Internal functions below
     def __arch_stringify(self, list):
This page took 0.037441 seconds and 4 git commands to generate.