mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-19 15:24:18 +01:00
adapter_masseffect2in needs __future__ unicode_literals because of real unicode r'' strings
This commit is contained in:
parent
fc8efd457e
commit
dda3c591b6
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
import bs4
|
||||
import datetime
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Reference in a new issue