Added os library

This commit is contained in:
axl89 2016-06-03 17:02:22 +02:00
parent c3a9b21010
commit cb778bea65
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 sauceclient import SauceClient
from os import environ
import os
class ArticaTestResult(TestResult):