Added os library

This commit is contained in:
axl89 2016-06-03 17:02:22 +02:00
parent 1ddc7e8015
commit 905963fda1
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import NoAlertPresentException from selenium.common.exceptions import NoAlertPresentException
from sauceclient import SauceClient from sauceclient import SauceClient
from os import environ from os import environ
import os
class ArticaTestResult(TestResult): class ArticaTestResult(TestResult):