Added comments to class

This commit is contained in:
Roberto Rosario
2011-02-06 22:45:21 -04:00
parent a3af46e25e
commit 966f8328d1

View File

@@ -18,6 +18,10 @@ def get_all_files():
class StagingFile(object):
"""
Simple class to encapsulate the files in a directory and hide the
specifics to the view
"""
@classmethod
def get_all(cls):
staging_files = []