DEBSOURCES
Skip Quicknav
sources / python-rfc3161ng / 2.1.1-3 / debian / tests / test-module
1234567891011
#!/usr/bin/python3 # # Check if module can be loaded import rfc3161ng def main(): exit(0) if '__main__' == __name__: main()