diff options
author | Camil Staps | 2016-05-22 19:17:00 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-22 19:17:00 +0200 |
commit | 6895d65db10a60b5153194aaa22b4a39213c3454 (patch) | |
tree | a4cb43c65876216524d37099a9320e7867c08873 /project2/proj2_s4498062/dns/rcodes.py | |
parent | Start assignment 7 (diff) |
Fix resource.py; lint
Diffstat (limited to 'project2/proj2_s4498062/dns/rcodes.py')
-rw-r--r-- | project2/proj2_s4498062/dns/rcodes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/proj2_s4498062/dns/rcodes.py b/project2/proj2_s4498062/dns/rcodes.py index cff7a8f..8f63b90 100644 --- a/project2/proj2_s4498062/dns/rcodes.py +++ b/project2/proj2_s4498062/dns/rcodes.py @@ -4,6 +4,7 @@ This module contains an Enum of RCODE values. See section 4.1.4 of RFC 1035 for more info. """ + class RCode(object): """ Enum of RCODE values |