Bug 1301785: update python/redo to 1.6; r=gps
MozReview-Commit-ID: BdSQshy2f0p
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
from setuptools import setup
|
||||
try:
|
||||
from setuptools import setup
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
|
||||
setup(
|
||||
name="redo",
|
||||
version="1.4",
|
||||
version="1.6",
|
||||
description="Utilities to retry Python callables.",
|
||||
author="Ben Hearsum",
|
||||
author_email="ben@hearsum.ca",
|
||||
|
||||
Reference in New Issue
Block a user