Searched defs:sys (Results 1 - 10 of 10) sorted by relevance

/sssd-io/src/tests/intg/
H A D__init__.py1 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 Dds_openldap.py29 import sys namespace
H A Dtest_secrets.py22 import sys namespace
61 sys.exit(99)
/sssd-io/contrib/ci/
H A Drpm-spec-builddeps20 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 Dpre-push10 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 Dpysss_murmur-test.py23 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 Dpyhbac-test.py5 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 Dconf.py15 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 DSSSDConfigTest.py13 import sys namespace
17 sys.path.insert(0, "./src/config")
2100 sys.exit(error)
/sssd-io/src/sbus/
H A Dsbus_codegen68 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