Changeset 260
- Timestamp:
- 11/12/09 09:36:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/factory/src/backends/cli.py
r245 r260 52 52 # Popen needs a string on Windows 53 53 process = self.execute(command) 54 else 54 else: 55 55 process = self.execute(command.split()) 56 56
Note: See TracChangeset
for help on using the changeset viewer.