Skip to content

Commit

Permalink
move future spider to new folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangguang authored and Yangguang committed Aug 7, 2018
1 parent 15a589e commit 481718d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scrapy import signals
import pandas as pd

from fooltrader.api.quote import parse_shfe_data, parse_shfe_day_data
from fooltrader.api.technical import parse_shfe_data, parse_shfe_day_data
from fooltrader.contract.files_contract import get_exchange_cache_dir, get_exchange_cache_path
from fooltrader.utils.utils import to_timestamp

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scrapy import Request
from scrapy import signals

from fooltrader.api.quote import parse_shfe_data, parse_shfe_day_data
from fooltrader.api.technical import parse_shfe_data, parse_shfe_day_data
from fooltrader.contract.files_contract import get_exchange_cache_dir, get_exchange_cache_path
from fooltrader.utils.utils import to_timestamp

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scrapy import Request,FormRequest
from scrapy import signals

from fooltrader.api.quote import parse_shfe_data, parse_shfe_day_data
from fooltrader.api.technical import parse_shfe_data, parse_shfe_day_data
from fooltrader.contract.files_contract import get_exchange_cache_dir, get_exchange_cache_path
from fooltrader.utils.utils import to_timestamp

Expand Down

0 comments on commit 481718d

Please sign in to comment.