rm LazyObject from dirstack

This commit is contained in:
Anthony Scopatz 2016-07-07 10:14:26 -04:00
parent a99149ff96
commit 38e2d44bd1

View file

@ -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 = []