-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PEP8 complaint about block comments.
- Loading branch information
Per Olofsson
authored and
Per Olofsson
committed
Apr 7, 2014
1 parent
30da86e
commit e39c0ae
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
File Templates/Cocoa-Python/Pure Python file.xctemplate/class.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# ___FILENAME___ | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
File Templates/Cocoa-Python/Python NSDocument subclass.xctemplate/class.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# ___FILENAME___ | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
File Templates/Cocoa-Python/Python NSObject subclass.xctemplate/class.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# ___FILENAME___ | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
File Templates/Cocoa-Python/Python NSView subclass.xctemplate/class.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# ___FILENAME___ | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
File Templates/Cocoa-Python/Python NSWindowController subclass.xctemplate/class.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# ___FILENAME___ | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
Project Templates/Cocoa-Python/Cocoa-Python Application.xctemplate/AppDelegate.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Project Templates/Cocoa-Python/Cocoa-Python Application.xctemplate/main.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# main.py | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
Project Templates/Cocoa-Python/Cocoa-Python Core Data Application.xctemplate/AppDelegate.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Project Templates/Cocoa-Python/Cocoa-Python Core Data Application.xctemplate/main.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# main.py | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
...a-Python/Cocoa-Python Core Data Document-based Application.xctemplate/CocoaAppDocument.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# ___PROJECTNAMEASIDENTIFIER___Document.py | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
...mplates/Cocoa-Python/Cocoa-Python Core Data Document-based Application.xctemplate/main.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# main.py | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
...lates/Cocoa-Python/Cocoa-Python Document-based Application.xctemplate/CocoaAppDocument.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# ___PROJECTNAMEASIDENTIFIER___Document.py | ||
# ___PROJECTNAME___ | ||
|
2 changes: 1 addition & 1 deletion
2
Project Templates/Cocoa-Python/Cocoa-Python Document-based Application.xctemplate/main.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | ||
# | ||
# main.py | ||
# ___PROJECTNAME___ | ||
|