Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions signxml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import absolute_import, division, print_function, unicode_literals

from base64 import b64encode, b64decode
from enum import Enum

Expand Down
2 changes: 0 additions & 2 deletions signxml/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
SignXML exception types.
"""

from __future__ import absolute_import, division, print_function, unicode_literals

import cryptography.exceptions

class InvalidSignature(cryptography.exceptions.InvalidSignature):
Expand Down
2 changes: 0 additions & 2 deletions signxml/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
bytes_to_long, long_to_bytes copied from https://github.com/dlitz/pycrypto/blob/master/lib/Crypto/Util/number.py
"""

from __future__ import absolute_import, division, print_function, unicode_literals

import math
import os, sys, re, struct, textwrap
from xml.etree import ElementTree as stdlibElementTree
Expand Down
2 changes: 0 additions & 2 deletions test/generate_125_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import absolute_import, division, print_function, unicode_literals

import os.path
from base64 import b64encode

Expand Down
2 changes: 0 additions & 2 deletions test/test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/usr/bin/env python
# coding: utf-8

from __future__ import absolute_import, division, print_function, unicode_literals

import os, sys, unittest, itertools, re
from glob import glob
from xml.etree import ElementTree as stdlibElementTree
Expand Down