Searched defs:sys (Results 1 - 10 of 10) sorted by relevance
| /sssd-io/src/tests/intg/ |
| H A D | __init__.py | 1 import sys namespace 4 if sys.version_info[0] > 2: 12 if path not in sys.path: 13 sys.path.insert(0, path)
|
| H A D | ds_openldap.py | 29 import sys namespace
|
| H A D | test_secrets.py | 22 import sys namespace 61 sys.exit(99)
|
| /sssd-io/contrib/ci/ |
| H A D | rpm-spec-builddeps | 20 import sys namespace 27 re.match(".*?([^/]+)$", sys.argv[0]).group(1)) 29 if len(sys.argv) != 2: 30 usage(sys.stderr) 31 sys.exit(1) 33 spec = rpm.spec(sys.argv[1])
|
| /sssd-io/contrib/git/ |
| H A D | pre-push | 10 import sys namespace 63 remote = sys.argv[1] 65 sys.exit(0) 67 for hook_input in sys.stdin.readlines(): 73 sys.exit(1)
|
| /sssd-io/src/tests/ |
| H A D | pysss_murmur-test.py | 23 import sys namespace 35 self.system_path = sys.path[:] 36 sys.path = [MODPATH] 42 sys.path = self.system_path 49 if sys.version_info[0] > 2: 60 "Please check if it is compiled", file=sys.stderr) 121 sys.exit(error) 125 sys.path.insert(0, MODPATH) 138 sys.exit(error)
|
| H A D | pyhbac-test.py | 5 import sys namespace 15 if sys.version_info[0] > 2: 47 self.system_path = sys.path[:] 48 sys.path = [MODPATH] 52 sys.path = self.system_path 59 if sys.version_info[0] > 2: 70 "compiled", file=sys.stderr) 533 sys.exit(error) 537 sys.path.insert(0, MODPATH) 567 sys [all...] |
| /sssd-io/src/tests/python/docs/ |
| H A D | conf.py | 15 import sys namespace 20 # add these directories to sys.path here. If the directory is relative to the 22 # sys.path.insert(0, os.path.abspath('.'))
|
| /sssd-io/src/config/ |
| H A D | SSSDConfigTest.py | 13 import sys namespace 17 sys.path.insert(0, "./src/config") 2100 sys.exit(error)
|
| /sssd-io/src/sbus/ |
| H A D | sbus_codegen | 68 import sys namespace 71 if sys.version_info[0] > 2: 237 sys.stdout.write(str) 242 sys.stdout.write("\n") 796 print("sbus_codegen: no input file specified", file=sys.stderr) 797 sys.exit(2) 800 print("sbus_codegen: specify --mode=header or --mode=source", file=sys.stderr) 808 sys.stdout = buf = StringIO.StringIO() 830 print(str(ex), file=sys.stderr) 831 sys [all...] |
Completed in 43 milliseconds