Skip to content
Snippets Groups Projects
Commit 73a789e8 authored by moritz's avatar moritz
Browse files

Moritz Huebner: Fixed Python 2/3 compatibility issue

parent a242eed0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,6 +4,7 @@ import os
import shutil
import peyote
import logging
from past.builtins import execfile
class Test(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment