This Exception is raised if the current operating environment is unknown
| 98 | sys.stdout.flush() |
| 99 | |
| 100 | class UnknownSystemException(Exception): |
| 101 | "This Exception is raised if the current operating environment is unknown" |
| 102 | pass |
| 103 | |
| 104 | class Distribution: |
| 105 | def __init__(self): |