prefer checkout over installed version

This commit is contained in:
Martin A. Brown 2016-04-30 18:13:45 -04:00
parent 7bea460452
commit f0c8a73613
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import sys
opd = os.path.dirname
opj = os.path.join
sys.path.append(opd(opd(__file__)))
sys.path.insert(0, opd(opd(__file__)))
from tldp import VERSION
fin = open(opj(opd(__file__), 'tldp.spec.in'))