ctypes no longer necessary

main
Carl Osterwisch 10 years ago
parent 6862c63063
commit 5eb4c49945

@ -23,7 +23,7 @@ def install_my_kernel_spec(user=True):
install_kernel_spec(td, 'bash', user=user, replace=True)
def _is_root():
import ctypes, os
import os
try:
return os.geteuid() == 0
except AttributeError:

Loading…
Cancel
Save