summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-04-01 22:05:14 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-04-01 22:05:14 (GMT)
commit842273bcd7ad6814a0ce7c1b097cea98615900c4 (patch)
treee9a3f679dbc382d2fe0bf8cd2b3d5a1929dda961 /Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py
parentbc956056d401f0137e687f878a487fa2a16199df (diff)
downloadcpython-842273bcd7ad6814a0ce7c1b097cea98615900c4.zip
cpython-842273bcd7ad6814a0ce7c1b097cea98615900c4.tar.gz
cpython-842273bcd7ad6814a0ce7c1b097cea98615900c4.tar.bz2
Regenerated with property names with _Prop_ prepended.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py')
-rw-r--r--Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py34
1 files changed, 10 insertions, 24 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py b/Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py
index 9206b88..4ab4911 100644
--- a/Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py
+++ b/Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py
@@ -18,23 +18,23 @@ class Login_Items_Suite_Events:
class login_item(aetools.ComponentItem):
"""login item - an item to be launched or opened at login """
want = 'logi'
-class _3c_Inheritance_3e_(aetools.NProperty):
+class _Prop__3c_Inheritance_3e_(aetools.NProperty):
"""<Inheritance> - All of the properties of the superclass. """
which = 'c@#^'
want = 'cobj'
-class hidden(aetools.NProperty):
+class _Prop_hidden(aetools.NProperty):
"""hidden - Is the Login Item hidden when launched? """
which = 'hidn'
want = 'bool'
-class kind(aetools.NProperty):
+class _Prop_kind(aetools.NProperty):
"""kind - the file type of the Login Item """
which = 'kind'
want = 'utxt'
-class name(aetools.NProperty):
+class _Prop_name(aetools.NProperty):
"""name - the name of the Login Item """
which = 'pnam'
want = 'utxt'
-class path(aetools.NProperty):
+class _Prop_path(aetools.NProperty):
"""path - the file system path to the Login Item """
which = 'ppth'
want = 'utxt'
@@ -43,11 +43,11 @@ login_items = login_item
import Standard_Suite
login_item._superclassnames = ['item']
login_item._privpropdict = {
- '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
- 'hidden' : hidden,
- 'kind' : kind,
- 'name' : name,
- 'path' : path,
+ '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
+ 'hidden' : _Prop_hidden,
+ 'kind' : _Prop_kind,
+ 'name' : _Prop_name,
+ 'path' : _Prop_path,
}
login_item._privelemdict = {
}
@@ -58,17 +58,3 @@ login_item._privelemdict = {
_classdeclarations = {
'logi' : login_item,
}
-
-_propdeclarations = {
- 'c@#^' : _3c_Inheritance_3e_,
- 'hidn' : hidden,
- 'kind' : kind,
- 'pnam' : name,
- 'ppth' : path,
-}
-
-_compdeclarations = {
-}
-
-_enumdeclarations = {
-}