]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blobdiff - modules/ftptree.py
- white space cleanup
[projects/pld-ftp-admin.git] / 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.049982 seconds and 4 git commands to generate.