Skip to content

Commit

Permalink
python 2.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
obormot committed May 27, 2021
1 parent 6799f2b commit 032c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpkt/dpkt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id: dpkt.py 43 2007-08-02 22:42:59Z jon.oberheide $
# -*- coding: utf-8 -*-
"""Simple packet creation and parsing."""
from __future__ import absolute_import
from __future__ import absolute_import, print_function

import copy
import struct
Expand Down

0 comments on commit 032c118

Please sign in to comment.