From 3c28b1907c5b5213c6372db9f7468fec195aa9df Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 24 Dec 2013 22:49:57 +0100 Subject: [PATCH] dynamic belongs also into the evaluate folder --- jedi/{ => evaluate}/dynamic.py | 2 -- 1 file changed, 2 deletions(-) rename jedi/{ => evaluate}/dynamic.py (99%) diff --git a/jedi/dynamic.py b/jedi/evaluate/dynamic.py similarity index 99% rename from jedi/dynamic.py rename to jedi/evaluate/dynamic.py index 8bbda015..9b330b6c 100644 --- a/jedi/dynamic.py +++ b/jedi/evaluate/dynamic.py @@ -51,8 +51,6 @@ would check whether a flow has the form of ``if isinstance(a, type_or_tuple)``. Unfortunately every other thing is being ignored (e.g. a == '' would be easy to check for -> a is a string). There's big potential in these checks. """ -from __future__ import with_statement - import os from jedi import cache