two questions on Import relating to strip
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
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