Author: duncan
Date: Fri Jul 27 14:43:39 2007
New Revision: 9772

Log:
Run through reindent.py


Modified:
   branches/rel-1/freevo/runtime/copy_libdeps.py

Modified: branches/rel-1/freevo/runtime/copy_libdeps.py
==============================================================================
--- branches/rel-1/freevo/runtime/copy_libdeps.py       (original)
+++ branches/rel-1/freevo/runtime/copy_libdeps.py       Fri Jul 27 14:43:39 2007
@@ -4,11 +4,11 @@
 # $Id$
 #
 # Notes:
-# Todo:        
+# Todo:
 #
 # -----------------------------------------------------------------------
 # Freevo - A Home Theater PC framework
-# Copyright (C) 2002 Krister Lagerstrom, et al. 
+# Copyright (C) 2002 Krister Lagerstrom, et al.
 # Please see the file freevo/Docs/CREDITS for a complete list of authors.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -74,7 +74,7 @@
     fd = open('preloads', 'w')
     fd.write(preloads_str + '\n')
     fd.close()
-    
+
     return
 
 
@@ -85,7 +85,7 @@
     filenames = os.listdir(dirname)
 
     print ' ' * level*2, 'Checking dir %s' % dirname
-    
+
     subdirs = []
     for filename in filenames:
         full_name = os.path.join(dirname, filename)
@@ -121,7 +121,7 @@
             check_lib(dep, libdeps, level=level+1)
         else:
             print 'seen'
-    
+
     return
 
 
@@ -141,7 +141,6 @@
 
     return deps
 
-    
+
 if __name__ == '__main__':
     main()
-    

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to