Skip to content
Snippets Groups Projects
Commit f9df7e8a authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Merge branch 'fix_yaml_name_clash' into 'master'

Fix name clash caused by directory "yaml"

See merge request !2
parents 2907f65b 7de5efab
Branches
Tags
1 merge request!2Fix name clash caused by directory "yaml"
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
import yaml; import yaml;
import importlib import importlib
import sys, inspect import sys, inspect
YAMLDIR='yaml/' YAMLDIR='YAML/'
class hwdev: class hwdev:
def __init__(self,configfile): def __init__(self,configfile):
print("Loading:",configfile) print("Loading:",configfile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment