mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Also don't make china_dictatorship mandatory to run.
This commit is contained in:
@@ -28,7 +28,11 @@ import urllib
|
|||||||
import urllib.request
|
import urllib.request
|
||||||
|
|
||||||
from shell_helpers import LF
|
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 cli_function
|
||||||
import path_properties
|
import path_properties
|
||||||
import shell_helpers
|
import shell_helpers
|
||||||
|
|||||||
Reference in New Issue
Block a user