two questions on Import relating to strip

2021-07-24 Thread Symb0lica
You could always import both modules and qualify calls to strip import strutils, unicode x=" fred " strutils.strip(x) Run

two questions on Import relating to strip

2021-07-23 Thread JPLRouge
Hello, too bad that strip, align is also in unicode under the same name, we are forced to make exceptions ... Second question: in my source can I for example mysource: import strutils import mymodule mymodule : import strutils except strip import unicode and if I understood correctly the impor