Skip to content

Commit dd40b39

Browse files
committed
Allow star imports from twine
Unicode literals on Python 2 prevent people from being able to use from twine import * Closes pypagh-209 (cherry picked from commit c2cd72d)
1 parent 758ca6e commit dd40b39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

twine/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
from __future__ import absolute_import, division, print_function
15-
from __future__ import unicode_literals
1615

1716
__all__ = (
1817
"__title__", "__summary__", "__uri__", "__version__", "__author__",

0 commit comments

Comments
 (0)