Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from L04DB4L4NC3R/master
Browse files Browse the repository at this point in the history
Changed imports
  • Loading branch information
Geek-ubaid committed Jan 20, 2020
2 parents 4796436 + 1c381d5 commit 3ef2924
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SeleniumCookies/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from SeleniumCookie import wrapper
from SeleniumCookie import cookie_injector
from SeleniumCookies import wrapper
from SeleniumCookies import cookie_injector
2 changes: 1 addition & 1 deletion SeleniumCookies/cookie_injector.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding:utf-8 -*-

try:
from SeleniumCookie import wrapper
from SeleniumCookies import wrapper
except:
import wrapper

Expand Down
2 changes: 1 addition & 1 deletion SeleniumCookies/tests/tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from SeleniumCookie.wrapper import *
from SeleniumCookies.wrapper import *

try:
from selenium import webdriver
Expand Down

0 comments on commit 3ef2924

Please sign in to comment.