diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-10-09 09:29:11 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-10-09 09:29:11 +0300 |
| commit | ae1033142801c1a0410d878a7f798c6aad217640 (patch) | |
| tree | 4228678f1b09f565c6445cb5a1ac5fc7449181ba /ntpath.py | |
Initial commit
Diffstat (limited to 'ntpath.py')
| -rw-r--r-- | ntpath.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ntpath.py b/ntpath.py new file mode 100644 index 0000000..8fdfeb6 --- /dev/null +++ b/ntpath.py @@ -0,0 +1,7 @@ +import os + +# Kikka kakkonen because I don't have Windows + + +def basename(*args, **kwargs): + return os.path.basename(*args, **kwargs) |
