1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

[OE-Drucken] Fixed duplicate name

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-04-30 10:44:14 +02:00
parent 44a445f268
commit f58789e4df
3 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ class Config:
def load_json_file(self):
"""
Loads the JSON config file
:type self: oeprint.config.Config
Loads the JSON configuration file
:type self: config.Config
:rtype : object
"""
file = open(self.config_file, 'r', encoding='utf-8')