Changes between Version 112 and Version 113 of j2p


Ignore:
Timestamp:
08/19/24 17:15:59 (6 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v112 v113  
    316316 {{{pass}}}, to ensure that the code is a proper statement.
    317317
    318 Any line containing an import ({{{from ... impport}}} or {{{import ...}}}
     318Any line containing an import ({{{from ... import ...}}} or {{{import ...}}} )
    319319without leading whitespace is interpreted as a global import. If you place an INDENT before the import, it's not a global import anymore and kept in-line        with the code.
    320320