Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix a failing unit test for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 18, 2015
1 parent c940162 commit 6adbacc
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -25,6 +25,9 @@
from src.pyquickhelper.helpgen import generate_help_sphinx
from src.pyquickhelper import get_temp_folder

if sys.version_info[0]==2:
from codecs import open


class TestSphinxDocFull (unittest.TestCase):

Expand Down

0 comments on commit 6adbacc

Please sign in to comment.