5 lines
82 B
Python
5 lines
82 B
Python
try:
|
|
import os
|
|
except ImportError:
|
|
import uos as os
|
|
os.remove('{{&path}}') |