aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2015-02-18 03:16:56 +0100
committerAndré Erdmann <dywi@mailerd.de>2015-02-18 03:16:56 +0100
commit815bc74db18c14807ea4098babeb0253f331bab3 (patch)
treef3cb4d9761dbdbbf2a94b02421d0a01c82a0a978 /roverlay/util
parentfix 8647dac1ec5ad63cd44a8dfc121b8b0942b688ad (diff)
downloadR_overlay-815bc74db18c14807ea4098babeb0253f331bab3.tar.gz
R_overlay-815bc74db18c14807ea4098babeb0253f331bab3.tar.bz2
R_overlay-815bc74db18c14807ea4098babeb0253f331bab3.zip
minor cleanup
* remove redundant imports * add DISTMAP=None to recipe/distmap to make pylint happy (setup() must be called before access())
Diffstat (limited to 'roverlay/util')
-rw-r--r--roverlay/util/ebuildparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/roverlay/util/ebuildparser.py b/roverlay/util/ebuildparser.py
index e3b926c..73ed517 100644
--- a/roverlay/util/ebuildparser.py
+++ b/roverlay/util/ebuildparser.py
@@ -311,7 +311,6 @@ class SrcUriParser ( EbuildParser ):
if __name__ == '__main__':
- import os
import sys
get_basename = os.path.basename