6 lines
102 B
Python
6 lines
102 B
Python
try:
|
|
import os
|
|
except ImportError:
|
|
import uos as os
|
|
|
|
os.rename('{{&oldPath}}', '{{&newPath}}') |