mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
Add Python 2 compatibility lines
This commit is contained in:
parent
7f3a24ae82
commit
8d6b7cadae
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# Copyright 2019 Ram Rachum.
|
||||
# This program is distributed under the MIT license.
|
||||
|
||||
import future.standard_library
|
||||
future.standard_library.install_aliases()
|
||||
del future
|
||||
|
||||
from .pysnooper import snoop
|
||||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name='PySnooper',
|
||||
version='0.0.3',
|
||||
version='0.0.4',
|
||||
author='Ram Rachum',
|
||||
author_email='ram@rachum.com',
|
||||
description="A poor man's debugger for Python.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue