diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2013-04-04 02:11:09 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2013-04-04 02:11:18 +0200 |
commit | f0f61f73f8eb1343295aca85063e4296a0df8d57 (patch) | |
tree | e64bb0206409f2d545457439eb8400a31ae06b8a /gentree.py | |
parent | a426ccf78539ae33cc05f53b617e0e795fd3ff0c (diff) |
gentree: remove pointless code
There's no need to join a path with nothing ...
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'gentree.py')
-rwxr-xr-x | gentree.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import argparse, sys, os, errno, shutil, re, subprocess # find self source_dir = os.path.abspath(os.path.dirname(__file__)) -sys.path.append(os.path.join(source_dir)) +sys.path.append(source_dir) # and import libraries we have from lib import kconfig, git, patch, make |