Skip to content

Commit

Permalink
Fixing imports in python formatter (IDE)
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 28, 2014
1 parent 72894b9 commit dba1304
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ this.options = {
'from selenium.webdriver.common.keys import Keys\n' +
'from selenium.webdriver.support.ui import Select\n' +
'from selenium.common.exceptions import NoSuchElementException\n' +
'from selenium.common.exceptions import NoAlertPresentException\n' +
'import unittest, time, re\n' +
'\n' +
'class ${className}(unittest.TestCase):\n' +
Expand Down

0 comments on commit dba1304

Please sign in to comment.