mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +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
|
||||
|
||||
# I'm not checking my key in...
|
||||
import mykey
|
||||
try :
|
||||
import mykey
|
||||
except:
|
||||
print('unable to load mykey')
|
||||
|
||||
from stat import ST_CTIME
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue