mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
little edits
This commit is contained in:
parent
f64a521bd9
commit
9a7dbaeade
3 changed files with 5 additions and 7 deletions
|
|
@ -61,10 +61,8 @@ class Descriptor:
|
|||
|
||||
|
||||
class DescriptionList:
|
||||
def __init__(self): # , csvType):
|
||||
"""!Loads the given CSV file into internal list
|
||||
|
||||
@param csvType: Name of the CSV file without `.csv`"""
|
||||
def __init__(self):
|
||||
"""!Loads the given CSV file into internal list"""
|
||||
logging.debug("create new descriptionList")
|
||||
self._descriptionList = {}
|
||||
# self.loadCSV(csvType)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue