Python3 support

This commit is contained in:
sneakypete81 2013-05-12 20:54:57 +01:00
parent 6c75abc9a8
commit 0805f032fb
14 changed files with 131 additions and 96 deletions

View file

@ -4,7 +4,7 @@ except ImportError:
import unittest
import logging
import openphoto
import test_base
from . import test_base
class TestFramework(test_base.TestBase):
testcase_name = "framework"