Skip to content

Commit f2ffc9a

Browse files
committed
Fixing project path
1 parent 3fcba67 commit f2ffc9a

19 files changed

Lines changed: 11 additions & 12 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

project/http/requests/parsers/UrlParser.py renamed to http/requests/parsers/UrlParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from project.http.requests.errors.ParserExceptions import ParserException
1+
from http.requests.errors.ParserExceptions import ParserException
22

33
__author__ = 'pgaref'
44

project/http/requests/parsers/freeproxyParser.py renamed to http/requests/parsers/freeproxyParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import requests
22
from bs4 import BeautifulSoup
33

4-
from project.http.requests.parsers.UrlParser import UrlParser
4+
from http.requests.parsers.UrlParser import UrlParser
55

66
__author__ = 'pgaref'
77

project/http/requests/parsers/proxyforeuParser.py renamed to http/requests/parsers/proxyforeuParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import requests
22
from bs4 import BeautifulSoup
33

4-
from project.http.requests.parsers.UrlParser import UrlParser
4+
from http.requests.parsers.UrlParser import UrlParser
55

66
__author__ = 'pgaref'
77

project/http/requests/parsers/rebroweeblyParser.py renamed to http/requests/parsers/rebroweeblyParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import requests
22
from bs4 import BeautifulSoup
33

4-
from project.http.requests.parsers.UrlParser import UrlParser
4+
from http.requests.parsers.UrlParser import UrlParser
55

66
__author__ = 'pgaref'
77

0 commit comments

Comments
 (0)