Forgot to remove a test print
This commit is contained in:
parent
3f108692e8
commit
84f34a5cf4
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ os.chdir( themes_dir )
|
|||
for f in glob.iglob("colout_*.py"):
|
||||
module = ".".join(f.split(".")[:-1]) # remove extension
|
||||
name = "_".join(module.split("_")[1:]) # remove the prefix
|
||||
print(themes_dir,module,name)
|
||||
themes[name] = importlib.import_module(module)
|
||||
|
||||
# load available pygments lexers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue