changeset 8614 | 573734e7e6d0 |
parent 8559 | 4429751f5da7 |
child 8657 | 3fa92c618624 |
8613:4dea46d4e3f8 | 8614:573734e7e6d0 |
---|---|
278 try: |
278 try: |
279 # override functions with win32 versions if possible |
279 # override functions with win32 versions if possible |
280 from win32 import * |
280 from win32 import * |
281 except ImportError: |
281 except ImportError: |
282 pass |
282 pass |
283 |
|
284 expandglobs = True |