Commit e591920f authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added class fields.

parent bf32fa72
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@ class Node(object):
        self.name = name
        self.type = type
        self.format = None
        self.transferType = None
        self.busyState = None
        self.ownerID = None
        self.creatorID = None
        self.groupRead = []
        self.groupWrite = []
        self.visibility = False