diff options
| author | Nicolas Spalinger | 2015-10-22 14:40:00 -0500 | 
|---|---|---|
| committer | Nicolas Spalinger | 2015-10-22 14:40:00 -0500 | 
| commit | a68a6711379a45f96e021b2533719c1121fcb6cd (patch) | |
| tree | be561665010adea53bc7fdeed4e78a01d45d4048 | |
| parent | cca8045fd28653115953dcc7412826fd4387d913 (diff) | |
| download | trufont-a68a6711379a45f96e021b2533719c1121fcb6cd.tar.bz2 | |
Added blank line to make flake happy.
| -rw-r--r-- | Lib/defconQt/__main__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py index 59cb671..18d7422 100644 --- a/Lib/defconQt/__main__.py +++ b/Lib/defconQt/__main__.py @@ -6,6 +6,7 @@ import sys  import os  from PyQt5.QtGui import QIcon +  def main():      if __name__ == "__main__":          main() | 
