初始化提交
This commit is contained in:
6
common/templates/python/rename.py
Normal file
6
common/templates/python/rename.py
Normal file
@@ -0,0 +1,6 @@
|
||||
try:
|
||||
import os
|
||||
except ImportError:
|
||||
import uos as os
|
||||
|
||||
os.rename('{{&oldPath}}', '{{&newPath}}')
|
||||
Reference in New Issue
Block a user