Skip to content

Commit

Permalink
import os.stat
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Nov 8, 2016
1 parent 79482e0 commit 3449266
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
import functools
import logging
import os
import stat
from errno import EACCES, EEXIST, EPERM, EROFS
from os import chmod, makedirs
from os import chmod, makedirs, stat
from os.path import dirname, isdir, isfile, join, normcase, normpath

from .base.constants import PREFIX_PLACEHOLDER
Expand Down

0 comments on commit 3449266

Please sign in to comment.