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

Fix name clash caused by directory "yaml"

I renamed it from "yaml" to "YAML"
parent 88e496be
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