mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Merge pull request #15 from ClashTheBunny/master
fix build_ui.sh message
This commit is contained in:
commit
7368abeec7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ moduleDir = os.path.split(os.path.dirname(os.path.abspath(__file__)))[0]
|
|||
try:
|
||||
import aqt.forms
|
||||
except ImportError, e:
|
||||
if "aqt.forms" in str(e):
|
||||
if "forms" in str(e):
|
||||
print "If you're running from git, did you run build_ui.sh?"
|
||||
print
|
||||
raise
|
||||
|
|
Loading…
Reference in a new issue