MobileBlur

Diff
Login

Differences From Artifact [91c08d2cb3]:

To Artifact [39dc019a12]:


103
104
105
106
107
108
109
110


103
104
105
106
107
108
109
110
111
112








+
+
    except:
        # Raise an exception if the current module is a dependency
        if module in alert_dependency:
            msg = "Missing dependency: %(module)s\n" % locals()
            msg += "Try the following command: "
            msg += "easy_install-%(python_version)s -U %(module)s" % locals()
            raise ImportError, msg