Fix $PWD discovery to reflect the prior change to use src/ instead of gnupg/.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-17 02:41:39 +00:00
parent 9f18699285
commit 2abcf8a733
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ except NameError:
## Directory shortcuts:
_here = os.getcwd() ## .../python-gnupg/src
_repo = _here.rsplit(__module__, 1)[0] ## .../python-gnupg
_repo = _here.rsplit('src', 1)[0] ## .../python-gnupg
_test = os.path.join(os.path.join(_repo, 'tests'),
'tmp') ## .../python-gnupg/tests/tmp
_user = os.environ.get('HOME') ## $HOME