mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 11:16:39 +02:00
Streamline Python file headers somewhat
- Add coding statement - Import all modules in one line where possible - Order: __future__, typing, plain imports, from imports, janware modulesSigned-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
862a5dbc95
commit
428692ea3a
21 changed files with 50 additions and 40 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
'''
|
||||
Created on 26 May 2013
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue