From 966f8328d11e0f92f54ac2bf79cde3c292918f9a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 6 Feb 2011 22:45:21 -0400 Subject: [PATCH] Added comments to class --- apps/documents/staging.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/documents/staging.py b/apps/documents/staging.py index 812606e85f..8973c686e7 100644 --- a/apps/documents/staging.py +++ b/apps/documents/staging.py @@ -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 = []