missing revert from last checkin
This commit is contained in:
parent
1ca645602a
commit
8c018b5f19
|
@ -954,7 +954,6 @@ class InternalCommands:
|
||||||
raise Exception("User does not have correct setup version.")
|
raise Exception("User does not have correct setup version.")
|
||||||
|
|
||||||
def get_generators(self):
|
def get_generators(self):
|
||||||
|
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
return self.win32_generators
|
return self.win32_generators
|
||||||
elif sys.platform in ['linux2', 'sunos5', 'freebsd7', 'aix5']:
|
elif sys.platform in ['linux2', 'sunos5', 'freebsd7', 'aix5']:
|
||||||
|
|
Loading…
Reference in New Issue