Version 1.6.0.0

This commit is contained in:
Siana Gearz
2011-10-17 03:56:47 +02:00
parent 02b58694bb
commit df3d30acd9
4 changed files with 6 additions and 5 deletions

View File

@@ -749,6 +749,7 @@ class CygwinSetup(WindowsSetup):
setup_platform = {
'darwin': DarwinSetup,
'linux2': LinuxSetup,
'linux3': LinuxSetup,
'win32' : WindowsSetup,
'cygwin' : CygwinSetup
}