I'm using Rope and Ropemacs to transform my emacs as a IDE for Python. I have a problem with the rope-auto-import
feature. I read in the doc that I must add modules that I want to autoimport like this:
(setq ropemacs-autoimport-modules '("os" "shutil"))
But I want to autoimport all modules installed on my computer. How can I specify this?