aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--object.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object.py b/object.py
index 0bf71c7..16b16bd 100644
--- a/object.py
+++ b/object.py
@@ -46,6 +46,7 @@ class Object :
##
# Create an object from a file object
+ # @param name The name of the object to load
@staticmethod
def load( name ) :
result = Object()