summaryrefslogtreecommitdiff
path: root/src/openbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.py')
-rw-r--r--src/openbox.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openbox.py b/src/openbox.py
index 64e2d763..a6733bd9 100644
--- a/src/openbox.py
+++ b/src/openbox.py
@@ -379,6 +379,8 @@ itostring_unsigned = _openbox.itostring_unsigned
itostring = _openbox.itostring
+putenv = _openbox.putenv
+
basename = _openbox.basename
class OtkEventHandler(_object):