4 lines
52 B
Python
4 lines
52 B
Python
from py.path import local as path
|
|
|
|
p = path("/foo")
|
from py.path import local as path
|
|
|
|
p = path("/foo")
|