Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
94607dd5
Kaydet (Commit)
94607dd5
authored
Agu 22, 2004
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
75dc5e14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
msilib.py
Tools/msi/msilib.py
+4
-5
schema.py
Tools/msi/schema.py
+0
-1
No files found.
Tools/msi/msilib.py
Dosyayı görüntüle @
94607dd5
...
@@ -188,7 +188,7 @@ def gen_schema(destpath, schemapath):
...
@@ -188,7 +188,7 @@ def gen_schema(destpath, schemapath):
f
.
write
(
"),
\n
"
)
f
.
write
(
"),
\n
"
)
f
.
write
(
"]
\n\n
"
)
f
.
write
(
"]
\n\n
"
)
f
.
close
()
f
.
close
()
def
gen_sequence
(
destpath
,
msipath
):
def
gen_sequence
(
destpath
,
msipath
):
dir
=
os
.
path
.
dirname
(
destpath
)
dir
=
os
.
path
.
dirname
(
destpath
)
...
@@ -525,7 +525,7 @@ class Directory:
...
@@ -525,7 +525,7 @@ class Directory:
# constants.msidbFileAttributesVital
# constants.msidbFileAttributesVital
# Compressed omitted, since it is the database default
# Compressed omitted, since it is the database default
# could add r/o, system, hidden
# could add r/o, system, hidden
attributes
=
512
attributes
=
512
add_data
(
self
.
db
,
"File"
,
add_data
(
self
.
db
,
"File"
,
[(
logical
,
self
.
component
,
full
,
filesize
,
version
,
[(
logical
,
self
.
component
,
full
,
filesize
,
version
,
language
,
attributes
,
sequence
)])
language
,
attributes
,
sequence
)])
...
@@ -624,7 +624,7 @@ class Dialog:
...
@@ -624,7 +624,7 @@ class Dialog:
def
bitmap
(
self
,
name
,
x
,
y
,
w
,
h
,
text
):
def
bitmap
(
self
,
name
,
x
,
y
,
w
,
h
,
text
):
return
self
.
control
(
name
,
"Bitmap"
,
x
,
y
,
w
,
h
,
1
,
None
,
text
,
None
,
None
)
return
self
.
control
(
name
,
"Bitmap"
,
x
,
y
,
w
,
h
,
1
,
None
,
text
,
None
,
None
)
def
line
(
self
,
name
,
x
,
y
,
w
,
h
):
def
line
(
self
,
name
,
x
,
y
,
w
,
h
):
return
self
.
control
(
name
,
"Line"
,
x
,
y
,
w
,
h
,
1
,
None
,
None
,
None
,
None
)
return
self
.
control
(
name
,
"Line"
,
x
,
y
,
w
,
h
,
1
,
None
,
None
,
None
,
None
)
...
@@ -638,4 +638,4 @@ class Dialog:
...
@@ -638,4 +638,4 @@ class Dialog:
return
RadioButtonGroup
(
self
,
name
,
prop
)
return
RadioButtonGroup
(
self
,
name
,
prop
)
def
checkbox
(
self
,
name
,
x
,
y
,
w
,
h
,
attr
,
prop
,
text
,
next
):
def
checkbox
(
self
,
name
,
x
,
y
,
w
,
h
,
attr
,
prop
,
text
,
next
):
return
self
.
control
(
name
,
"CheckBox"
,
x
,
y
,
w
,
h
,
attr
,
prop
,
text
,
next
,
None
)
return
self
.
control
(
name
,
"CheckBox"
,
x
,
y
,
w
,
h
,
attr
,
prop
,
text
,
next
,
None
)
\ No newline at end of file
Tools/msi/schema.py
Dosyayı görüntüle @
94607dd5
...
@@ -1005,4 +1005,3 @@ _Validation_records = [
...
@@ -1005,4 +1005,3 @@ _Validation_records = [
(
u'Verb'
,
u'Verb'
,
u'N'
,
None
,
None
,
None
,
None
,
u'Text'
,
None
,
u'The verb for the command.'
,),
(
u'Verb'
,
u'Verb'
,
u'N'
,
None
,
None
,
None
,
None
,
u'Text'
,
None
,
u'The verb for the command.'
,),
(
u'Verb'
,
u'Command'
,
u'Y'
,
None
,
None
,
None
,
None
,
u'Formatted'
,
None
,
u'The command text.'
,),
(
u'Verb'
,
u'Command'
,
u'Y'
,
None
,
None
,
None
,
None
,
u'Formatted'
,
None
,
u'The command text.'
,),
]
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment