mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
rm LazyObject from dirstack
This commit is contained in:
parent
a99149ff96
commit
38e2d44bd1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import glob
|
|||
import argparse
|
||||
import builtins
|
||||
|
||||
from xonsh.lazyasd import LazyObject, lazyobject
|
||||
from xonsh.lazyasd import lazyobject
|
||||
from xonsh.tools import get_sep
|
||||
|
||||
DIRSTACK = []
|
||||
|
|
Loading…
Add table
Reference in a new issue