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 = []