Skip to content

Commit 4a029dd

Browse files
committed
Fix installation with Python/Jython 2.5. Fixes robotframework#1842.
1 parent 4d79997 commit 4a029dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
22

3+
from __future__ import with_statement
34
import sys
45
import os
56
from os.path import abspath, join, dirname

0 commit comments

Comments
 (0)