diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-28 13:04:47 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-28 13:04:47 +0200 |
commit | 5472b2adb1282ac056516744eeae97b6dba3be55 (patch) | |
tree | 8df6b3f36158d96dde81167ff7462276df831f88 | |
parent | e059d019b981f671e3cf8d8bcb60137960bce1dd (diff) | |
download | linux-conf-perf-5472b2adb1282ac056516744eeae97b6dba3be55.tar.gz linux-conf-perf-5472b2adb1282ac056516744eeae97b6dba3be55.tar.bz2 linux-conf-perf-5472b2adb1282ac056516744eeae97b6dba3be55.zip |
Remove spare line from scripts/conf.py
-rw-r--r-- | scripts/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/conf.py b/scripts/conf.py index b3a0fee..af165c4 100644 --- a/scripts/conf.py +++ b/scripts/conf.py @@ -8,4 +8,3 @@ conf = importlib.machinery.SourceFileLoader("module.name", confpy).load_module() def sf(path): return os.path.join(os.path.relpath(conf.absroot), path) - return '../' + path |