This commit is contained in:
j 2019-10-14 19:47:46 +01:00
commit f9ba1e000e
5 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
import os
from os.path import join, abspath, basename, dirname
name = 'mdr'
name = 'leftovers'
base = abspath(dirname(__file__))
os.chdir(base)