summaryrefslogtreecommitdiffstats
path: root/ntpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'ntpath.py')
-rw-r--r--ntpath.py7
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)