mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Fix depration warning importing from collection
This commit is contained in:
parent
3aa518bbad
commit
9ce29f6dda
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
from __future__ import unicode_literals, print_function
|
||||
import os
|
||||
import sys
|
||||
from collections import Sequence
|
||||
from collections.abc import Sequence
|
||||
|
||||
sys.path.insert(0, os.path.abspath("..")) # FIXME
|
||||
from pprint import pformat
|
||||
|
|
Loading…
Add table
Reference in a new issue