Also don't make china_dictatorship mandatory to run.

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-03-30 02:00:01 +00:00
parent 0ee5547365
commit 112be2fa50

View File

@@ -28,7 +28,11 @@ import urllib
import urllib.request
from shell_helpers import LF
import china_dictatorship
try:
# Let's not make it mandatory for now.
import china_dictatorship
except ImportError:
pass
import cli_function
import path_properties
import shell_helpers