os.path: Define lexists as an alias to exists for now.

pull/118/head
Paul Sokolovsky 2014-05-14 20:04:44 +03:00
rodzic cddc165047
commit 96abe49090
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -24,3 +24,6 @@ def split(path):
def exists(path):
return os.access(path, os.F_OK)
# TODO
lexists = exists