Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
delimitry committed Apr 23, 2018
1 parent e6d5b77 commit fa9f415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion compressed_rtf/compressed_rtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

import struct
import sys
from compressed_rtf.crc32 import crc32
from io import BytesIO
from .crc32 import crc32

__all__ = ['decompress', 'compress']

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import compressed_rtf
from setuptools import setup


setup(
name='compressed_rtf',
version=compressed_rtf.__version__,
Expand Down

0 comments on commit fa9f415

Please sign in to comment.