Skip to content

Commit

Permalink
append module dir to sys.path for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fdemmer committed Jun 24, 2013
1 parent a85115a commit 773442f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
import sys
import unittest

sys.path.append(os.path.abspath("."))
sys.path.append(os.path.abspath(".."))

from keepass.crypto import sha256, transform_key, aes_cbc_decrypt, xor, pad
from keepass.crypto import AES_BLOCK_SIZE

Expand Down

0 comments on commit 773442f

Please sign in to comment.