| author | raptorbot <raptorbot@systemstesthead.symbian.intra> |
| Mon, 18 Jan 2010 19:33:31 +0000 | |
| branch | wip |
| changeset 136 | d84e89d4dde4 |
| parent 135 | 0092642f198e |
| child 137 | befd82d9c937 |
--- a/sbsv2/raptor/python/raptor.py Mon Jan 18 19:20:12 2010 +0000 +++ b/sbsv2/raptor/python/raptor.py Mon Jan 18 19:33:31 2010 +0000 @@ -59,7 +59,7 @@ if "EPOCROOT" in os.environ: incoming_epocroot = os.environ["EPOCROOT"] - epocroot = incoming_epocroot.replace("\\","/") + epocroot = incoming_epocroot.replace("\\","/") else: if 'win' in hostplatform: incoming_epocroot = os.sep