fix name + entête

This commit is contained in:
Tatyik
2017-03-30 09:44:01 +02:00
parent c91c41ae17
commit c9d5c3f195
2 changed files with 8 additions and 1 deletions

@ -18,7 +18,7 @@ from ACL import AccessControlList
from socketCommands import sendData, recvData
from fileCommands import DATA_PATH, listFiles, changeDirectory, makeDirectory, removeFile, copyFile, textEditor, moveFile
from CommandException import CommandException
from UlCommand import add, remove, addUserGroup, removeUserGroup
from ulCommands import add, remove, addUserGroup, removeUserGroup
__authors__ = "HorlogeSkynet, Tatiyk, CaumartinYann"

@ -5,6 +5,13 @@
"""
List of command.
"""
__author__ = "Tatiyk"
__copyright__ = "Copyright 2017, ACMS"
__license__ = "GPLv3"
__status__ = "Development"
__date__ = "03/30/2017"
from CommandException import CommandException