On Fri, 2010-06-04 at 03:24 -0700, Frans wrote: > How do I check the elixir version when I have done > > from elixir import * > > Doing another import elixir? > Leaving you with a larger app. since you have twice the elixir > functionality available.
Well, it will not really be larger, just have more keys in the current namespace. And you don't *have* to use "from elixir import *", you use it in any way you like, like any other python module. Gaëtan -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en.
