Skip to content

Commit 16af449

Browse files
committed
Remove comment references to main loop.
1 parent 6ccc595 commit 16af449

5 files changed

Lines changed: 5 additions & 11 deletions

File tree

src/testbed/android.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
######################################################################
2-
# Android App main loop
3-
#
4-
# The main loop itself is a no-op; however we need a PythonAppDelegate
5-
# to satisfy the app stub.
2+
# Android App configuration
63
#######################################################################
74
from rubicon.java import JavaClass, JavaInterface
85

src/testbed/darwin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
######################################################################
2-
# No macOS App main loop required
2+
# No macOS App configuration required
33
#######################################################################

src/testbed/ios.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
######################################################################
2-
# iOS App main loop
3-
#
4-
# The main loop itself is a no-op; however we need a PythonAppDelegate
5-
# to satisfy the app stub.
2+
# iOS App configuration
63
#######################################################################
74
from rubicon.objc import ObjCClass
85

src/testbed/linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
######################################################################
2-
# No Linux App main loop required
2+
# No Linux App configuration required
33
#######################################################################

src/testbed/win32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
######################################################################
2-
# No Windows App main loop required
2+
# No Windows App configuration required
33
#######################################################################

0 commit comments

Comments
 (0)