- fix coding line

This commit is contained in:
Werner F Bruhin
2014-06-12 09:50:36 +02:00
parent a22e09b786
commit 35151497ed
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-#
# #
# Author: Werner F. Bruhin # Author: Werner F. Bruhin
# Purpose: how to I18N enable an application # Purpose: how to I18N enable an application

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-#
# #
# Author: Werner F. Bruhin # Author: Werner F. Bruhin
# Purpose: Application constants # Purpose: Application constants

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-# # -*- coding: utf-8 -*-
#!/usr/bin/env python #!/usr/bin/env python
""" """
This will generate the .pot and .mo files for the application domain and This will generate the .pot and .mo files for the application domain and

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-# # -*- coding: utf-8 -*-
#!/usr/bin/env python #!/usr/bin/env python
"""The sample I18N application""" """The sample I18N application"""

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-# # -*- coding: utf-8 -*-
# Name: CDate.py # Name: CDate.py
# Purpose: Date and Calendar classes # Purpose: Date and Calendar classes
# #

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-# # -*- coding: utf-8 -*-
#!/usr/bin/env python #!/usr/bin/env python
""" """
This module contains different classes which handle different kind of saving/restoring This module contains different classes which handle different kind of saving/restoring

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-# # -*- coding: utf-8 -*-
#!/usr/bin/env python #!/usr/bin/env python
# --------------------------------------------------------------------------- # # --------------------------------------------------------------------------- #
# PersistentControls Library wxPython IMPLEMENTATION # PersistentControls Library wxPython IMPLEMENTATION

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-# # -*- coding: utf-8 -*-
# #---------------------------------------------------------------------------- # #----------------------------------------------------------------------------
# Name: calendar.py # Name: calendar.py
# Purpose: Calendar display control # Purpose: Calendar display control