Commit ca78e832 authored by Greg Ward's avatar Greg Ward

Import from 'types' module.

Added 'ztar', 'tar' to 'format_command' dictionary.
parent f382f8cd
......@@ -8,6 +8,7 @@ distribution)."""
__revision__ = "$Id$"
import os, string
from types import *
from distutils.core import Command
......@@ -25,6 +26,8 @@ class bdist (Command):
'nt': 'zip', }
format_command = { 'gztar': 'bdist_dumb',
'ztar': 'bdist_dumb',
'tar': 'bdist_dumb',
'zip': 'bdist_dumb', }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment