Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15398512
D11019.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
224 B
Referenced Files
None
Subscribers
None
D11019.diff
View Options
Index: test.py
===================================================================
--- test.py
+++ test.py
@@ -1 +1,5 @@
-print "main program"
+def main():
+ print "main program"
+
+if __name__ == "__main__":
+ main()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 12:28 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7579678
Default Alt Text
D11019.diff (224 B)
Attached To
Mode
D11019: test
Attached
Detach File
Event Timeline
Log In to Comment