Source code for ucsschool.importer.utils.constants

[docs] def get_default_prefixlen(): # IP address prefix len concerning the netmask return 24
[docs] def get_sep_char(): # separator char in infile (default: \t for Tabulator) return "\t"