missing import
This commit is contained in:
parent
4f3c212072
commit
13c3864f87
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import os
|
||||
from os.path import join, abspath, basename, dirname
|
||||
import os
|
||||
import re
|
||||
|
||||
# change this
|
||||
name = 'cms'
|
||||
|
|
Loading…
Reference in a new issue