mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 20:48:02 +01:00
don't require myKey.py
This commit is contained in:
parent
fbaa1f139e
commit
3ffef37d77
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ import mk_for_download, mygit
|
||||||
import xwconfig
|
import xwconfig
|
||||||
|
|
||||||
# I'm not checking my key in...
|
# I'm not checking my key in...
|
||||||
import mykey
|
try :
|
||||||
|
import mykey
|
||||||
|
except:
|
||||||
|
print('unable to load mykey')
|
||||||
|
|
||||||
from stat import ST_CTIME
|
from stat import ST_CTIME
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue