modern #2
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ def start():
|
||||||
|
|
||||||
models_files=os.listdir(models_path)
|
models_files=os.listdir(models_path)
|
||||||
|
|
||||||
m=re.compile(".*\.py$")
|
m=re.compile(r".*\.py$")
|
||||||
|
|
||||||
underscore=re.compile("^__.*")
|
underscore=re.compile("^__.*")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue