Skip to content

Commit

Permalink
Fixed Demo08/Unit1.dfm
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed Mar 16, 2021
1 parent f3ef42e commit 64f1dd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Demos/Demo08/Unit1.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ object Form1: TForm1
Height = 3
Cursor = crVSplit
Align = alTop
ExplicitWidth = 584
end
object Memo1: TMemo
Left = 0
Expand Down Expand Up @@ -161,7 +160,7 @@ object Form1: TForm1
TypeName = 'Point'
Prefix = 'Create'
Module = PythonModule1
Services.Basic = [bsGetAttrO, bsSetAttrO, bsRepr, bsStr, bsRichCompare]
Services.Basic = [bsGetAttr, bsSetAttr, bsRepr, bsStr, bsRichCompare]
Services.InplaceNumber = []
Services.Number = []
Services.Sequence = []
Expand Down

0 comments on commit 64f1dd9

Please sign in to comment.