forked from twisted/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cfreactor into twisted internet (issue164 / issue312)
git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@8905 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information
etrepum
committed
Oct 13, 2003
1 parent
812b986
commit d9d1fd5
Showing
48 changed files
with
1,945 additions
and
905 deletions.
There are no files selected for viewing
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
To run the demo: | ||
|
||
python bundlebuilder.py build | ||
open build/Twistzilla.app |
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
5 changes: 2 additions & 3 deletions
5
...amples/PyObjC/SimpleWebClient/buildapp.py → ...xamples/Cocoa/SimpleWebClient/buildapp.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,9 +1,8 @@ | ||
from bundlebuilder import buildapp | ||
import glob | ||
from bundlebuilder import buildapp | ||
|
||
buildapp( | ||
name = 'Twistzilla', | ||
mainprogram = "Twistzilla.py", | ||
resources = ["English.lproj"], | ||
nibname = "MainMenu", | ||
) | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 2 additions & 6 deletions
8
...m/examples/PyObjC/WebServicesTool/Main.py → doc/examples/Cocoa/WebServicesTool/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,13 +1,9 @@ | ||
import sys | ||
|
||
# import pyobjc | ||
import objc | ||
import Foundation | ||
import AppKit | ||
from PyObjCTools import AppHelper | ||
|
||
# import classes required to start application | ||
import WSTApplicationDelegateClass | ||
import WSTConnectionWindowControllerClass | ||
|
||
# pass control to the AppKit | ||
sys.exit( AppKit.NSApplicationMain(sys.argv) ) | ||
AppHelper.runEventLoop() |
File renamed without changes
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
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
20 changes: 0 additions & 20 deletions
20
doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.