~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to widelandslib/test/test_conf.py

  • Committer: kaputtnik
  • Date: 2019-06-14 18:40:56 UTC
  • mfrom: (532.1.31 widelands)
  • Revision ID: kaputtnik-20190614184056-l0ha8pm5zais9mxk
Adapted code for use with python 3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
sys.path.append('..')
14
14
 
15
15
import unittest
16
 
from cStringIO import StringIO
 
16
from io import StringIO
17
17
 
18
18
from conf import WidelandsConfigParser
19
19