docs/tutorials/topic-tutorial.t
author Anton Shestakov <av6@dwimlabs.net>
Wed, 13 Feb 2019 21:56:29 +0800
branchstable
changeset 4462 7b13256a6a8e
parent 2824 d0e3a8e0b62c
permissions lrwxrwxrwx
obsexchange: avoid importing io/StringIO module with a different name Since we're not interested in the whole module, let's shorten the imports and aviod the lint warnings. Otherwise pep8-naming complains: - import io as StringIO: N812 lowercase imported as non lowercase - import StringIO as io: N813 camelcase imported as lowercase
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2824
d0e3a8e0b62c docs: move the topic tutorial in the documentation
Boris Feld <boris.feld@octobus.net>
parents:
diff changeset
     1
../../tests/test-topic-tutorial.t