Hi !

The error i got is this:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/eric3/eric3.py", line 135, in ?
    main()
  File "/usr/lib/python2.3/site-packages/eric3/eric3.py", line 91, in main
    dirs = [ericDir, ".", Utilities.getConfigDir()]
NameError: global name 'Utilities' is not defined

The diff of the two files is this:

The command used is below:

diff .eric3bck/eric3rc .eric3/eric3rc >> ericdiff

eric3bck is the dir with the old config files and eric3 is the dir with the 
new config files.

The diff file goes in the message.

See ya !

Em Seg 26 Jul 2004 14:52, Detlev Offenbach escreveu:
> Am Montag, 26. Juli 2004 18:17 schrieb Douglas:
> > Hi !
> >
> > Its just to say that the new snapshot dont work with previous
> > configuration files.
>
> That's strange. It worked for me and I don't have a clue where the
> incompatibility should be. Could you give me hint (or maybe a diff of
> the two eric3rc files)
>
> > ~/.eric3
> >
> > To make it work i had do rm -rf ~/.eric3.
> >
> > See Ya !
>
> Detlev

-- 
Douglas Soares de Andrade
Gerência de Sistemas - UnilesteMG
Telefone: +55 31 38467936
dsa em unilestemg ponto br
--
O que importa não é como você vive
sua vida, mas sim o que você faz 
para tornar a vida dos outros melhor. 
--
What matter is not how you live
your life, but what you do to 
make the others life better.
11c11
< DebugClientType=2
---
> DebugClientType=1
21c21
< MainDockLayout1=\n\n\n,,,,,,,,,,,\n[,0,1,-1,-1,1][,250,0,-1,-1,1][,0,0,-1,-1,0][,0,1,-1,-1,0][,847,0,-1,-1,0][,0,1,-1,-1,0][,0,0,-1,-1,0][,0,1,-1,-1,0][,0,0,-1,-1,0][,0,0,-1,-1,0][,0,1,-1,-1,0]\nPython-Shell,Log-Viewer,\n[Python-Shell,0,0,700,122,1][Log-Viewer,0,0,316,122,1]\nDebug-Browser,\n[Debug-Browser,0,1,369,145,1]\n,Project-Browser,\n[,-5,1,-1,-1,0][Project-Browser,0,0,116,-1,1]\n
---
> MainDockLayout1=\n\n\n,,,,,,,,,,,,\n[,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1][,0,0,-1,-1,1]\nPython-Shell,Log-Viewer,\n[Python-Shell,0,0,-1,60,1][Log-Viewer,0,0,-1,60,1]\nDebug-Browser,\n[Debug-Browser,0,0,240,-1,1]\nProject-Browser,\n[Project-Browser,0,0,184,-1,1]\n
24d23
< APIs=\0
32c31
< APIs/Python=/usr/lib/python2.3/site-packages/eric3/apis/python.api^e/usr/lib/python2.3/site-packages/eric3/apis/qt.api^e/usr/lib/python2.3/site-packages/eric3/apis/qtaxcontainer.api^e/usr/lib/python2.3/site-packages/eric3/apis/qtcanvas.api^e/usr/lib/python2.3/site-packages/eric3/apis/qtext.api^e/usr/lib/python2.3/site-packages/eric3/apis/qtgl.api^e/usr/lib/python2.3/site-packages/eric3/apis/qtnetwork.api^e/usr/lib/python2.3/site-packages/eric3/apis/qtsql.api^e/usr/lib/python2.3/site-packages/eric3/apis/qttable.api^e/usr/lib/python2.3/site-packages/eric3/apis/qtui.api^e/usr/lib/python2.3/site-packages/eric3/apis/qtxml.api^e
---
> APIs/Python=\0
36c35
< AutoCompletionEnabled=1
---
> AutoCompletionEnabled=0
39c38
< AutoCompletionSource=1
---
> AutoCompletionSource=0
45c44
< CallTipsEnabled=1
---
> CallTipsEnabled=0
54c53
< Colour/ErrorMarker=#e15046
---
> Colour/ErrorMarker=#ff0000
56c55
< Colour/NonmatchingBrace=#005500
---
> Colour/NonmatchingBrace=#ff0000
72c71
< IndentWidth=8
---
> IndentWidth=4
108,109c107,108
< Other Fonts/MarginsFont=Bitstream Vera Sans,11,-1,5,50,0,0,0,0,0
< Other Fonts/MonospacedFont=Courier,11,-1,5,50,0,0,0,0,0
---
> Other Fonts/MarginsFont=Helvetica,12,-1,5,50,0,0,0,0,0
> Other Fonts/MonospacedFont=Courier,12,-1,5,50,0,0,0,0,0
119c118
< TabWidth=8
---
> TabWidth=4
123c122
< MainGeometry=[0, 0, 1024, 715]
---
> MainGeometry=[216, 0, 800, 600]
128,133c127,129
< Pdfviewer=xpdf
< UseQtAssistant=1
< Webbrowser=konqueror
< 
< [History]
< Files=/usr/lib/python2.3/site-packages/eric3/Documentation/Source/index-eric3.VCS.html^e/usr/lib/python2.3/site-packages/eric3/Documentation/Source/index-eric3.html^e
---
> Pdfviewer=
> UseQtAssistant=0
> Webbrowser=
142a139
> AutoCompileForms=0
144,145c141,142
< AutoLoadSession=1
< AutoSaveSession=1
---
> AutoLoadSession=0
> AutoSaveSession=0
148c145
< SessionAllBreakpoints=1
---
> SessionAllBreakpoints=0
152c149
< QtDir=/usr/lib/qt
---
> QtDir=
155,156c152
< Projects=/home/douglas/programas/python/eric/eric3.e3p^e/home/douglas/programas/python/eric3/projeto/teste.e3p^e/home/douglas/programas/python/eric3/Teste.e3p^e/home/douglas/downloads/python/eric-snapshot-20040704/eric/eric3.e3p^e
< Sources=/home/douglas/programas/python/pygtk/tutorial/gtkapp.py^e/home/douglas/programas/python/pygtk/codigos/helloworld.py^e/home/douglas/programas/python/pygtk/tutorial/olamundoeventos.py^e/home/douglas/programas/python/pygtk/tutorial/primeiroform.py^e/home/douglas/programas/python/tkinter/botaoestruturado.py^e/home/douglas/programas/python/tkinter/botao.py^e/home/douglas/programas/python/pygtk/codigos/base.py^e/home/douglas/programas/python/pygtk/tutorial/prog01.py^e/home/douglas/programas/python/pyemail/pyemail.py^e
---
> Sources=\0
161,1155d156
< [Scintilla]
< C#/autoindentstyle=-1
< C#/style0/color=8421504
< C#/style0/eolfill=false
< C#/style0/font=lucidatypewriter,12,0,0,0
< C#/style0/paper=16777215
< C#/style1/color=32512
< C#/style1/eolfill=false
< C#/style1/font=new century schoolbook,12,0,0,0
< C#/style1/paper=16777215
< C#/style10/color=0
< C#/style10/eolfill=false
< C#/style10/font=lucidatypewriter,12,1,0,0
< C#/style10/paper=16777215
< C#/style11/color=0
< C#/style11/eolfill=false
< C#/style11/font=lucidatypewriter,12,0,0,0
< C#/style11/paper=16777215
< C#/style12/color=0
< C#/style12/eolfill=true
< C#/style12/font=courier,12,0,0,0
< C#/style12/paper=16777215
< C#/style13/color=32512
< C#/style13/eolfill=true
< C#/style13/font=courier,12,0,0,0
< C#/style13/paper=14745568
< C#/style15/color=4157503
< C#/style15/eolfill=false
< C#/style15/font=new century schoolbook,12,0,0,0
< C#/style15/paper=16777215
< C#/style16/color=0
< C#/style16/eolfill=false
< C#/style16/font=lucidatypewriter,12,0,0,0
< C#/style16/paper=16777215
< C#/style17/color=3170464
< C#/style17/eolfill=false
< C#/style17/font=new century schoolbook,12,0,0,0
< C#/style17/paper=16777215
< C#/style18/color=8405024
< C#/style18/eolfill=false
< C#/style18/font=new century schoolbook,12,0,0,0
< C#/style18/paper=16777215
< C#/style19/color=0
< C#/style19/eolfill=false
< C#/style19/font=lucidatypewriter,12,0,0,0
< C#/style19/paper=16777215
< C#/style2/color=32512
< C#/style2/eolfill=false
< C#/style2/font=new century schoolbook,12,0,0,0
< C#/style2/paper=16777215
< C#/style3/color=4157503
< C#/style3/eolfill=false
< C#/style3/font=new century schoolbook,12,0,0,0
< C#/style3/paper=16777215
< C#/style4/color=32639
< C#/style4/eolfill=false
< C#/style4/font=lucidatypewriter,12,0,0,0
< C#/style4/paper=16777215
< C#/style5/color=127
< C#/style5/eolfill=false
< C#/style5/font=lucidatypewriter,12,1,0,0
< C#/style5/paper=16777215
< C#/style6/color=8323199
< C#/style6/eolfill=false
< C#/style6/font=courier,12,0,0,0
< C#/style6/paper=16777215
< C#/style7/color=8323199
< C#/style7/eolfill=false
< C#/style7/font=courier,12,0,0,0
< C#/style7/paper=16777215
< C#/style9/color=8355584
< C#/style9/eolfill=false
< C#/style9/font=lucidatypewriter,12,0,0,0
< C#/style9/paper=16777215
< C++/autoindentstyle=0
< C++/style0/color=8421504
< C++/style0/eolfill=false
< C++/style0/font=lucidatypewriter,12,0,0,0
< C++/style0/paper=16777215
< C++/style1/color=32512
< C++/style1/eolfill=false
< C++/style1/font=new century schoolbook,12,0,0,0
< C++/style1/paper=16777215
< C++/style10/color=0
< C++/style10/eolfill=false
< C++/style10/font=lucidatypewriter,12,1,0,0
< C++/style10/paper=16777215
< C++/style11/color=0
< C++/style11/eolfill=false
< C++/style11/font=lucidatypewriter,12,0,0,0
< C++/style11/paper=16777215
< C++/style12/color=0
< C++/style12/eolfill=true
< C++/style12/font=courier,12,0,0,0
< C++/style12/paper=14729440
< C++/style15/color=4157503
< C++/style15/eolfill=false
< C++/style15/font=new century schoolbook,12,0,0,0
< C++/style15/paper=16777215
< C++/style16/color=0
< C++/style16/eolfill=false
< C++/style16/font=lucidatypewriter,12,0,0,0
< C++/style16/paper=16777215
< C++/style17/color=3170464
< C++/style17/eolfill=false
< C++/style17/font=new century schoolbook,12,0,0,0
< C++/style17/paper=16777215
< C++/style18/color=8405024
< C++/style18/eolfill=false
< C++/style18/font=new century schoolbook,12,0,0,0
< C++/style18/paper=16777215
< C++/style19/color=0
< C++/style19/eolfill=false
< C++/style19/font=lucidatypewriter,12,0,0,0
< C++/style19/paper=16777215
< C++/style2/color=32512
< C++/style2/eolfill=false
< C++/style2/font=new century schoolbook,12,0,0,0
< C++/style2/paper=16777215
< C++/style3/color=4157503
< C++/style3/eolfill=false
< C++/style3/font=new century schoolbook,12,0,0,0
< C++/style3/paper=16777215
< C++/style4/color=32639
< C++/style4/eolfill=false
< C++/style4/font=lucidatypewriter,12,0,0,0
< C++/style4/paper=16777215
< C++/style5/color=127
< C++/style5/eolfill=false
< C++/style5/font=lucidatypewriter,12,1,0,0
< C++/style5/paper=16777215
< C++/style6/color=8323199
< C++/style6/eolfill=false
< C++/style6/font=courier,12,0,0,0
< C++/style6/paper=16777215
< C++/style7/color=8323199
< C++/style7/eolfill=false
< C++/style7/font=courier,12,0,0,0
< C++/style7/paper=16777215
< C++/style9/color=8355584
< C++/style9/eolfill=false
< C++/style9/font=lucidatypewriter,12,0,0,0
< C++/style9/paper=16777215
< HTML/autoindentstyle=-1
< HTML/style0/color=0
< HTML/style0/eolfill=false
< HTML/style0/font=times,14,0,0,0
< HTML/style0/paper=16777215
< HTML/style1/color=128
< HTML/style1/eolfill=false
< HTML/style1/font=lucidatypewriter,12,0,0,0
< HTML/style1/paper=16777215
< HTML/style10/color=8388736
< HTML/style10/eolfill=false
< HTML/style10/font=times,14,0,0,0
< HTML/style10/paper=16777215
< HTML/style100/color=32639
< HTML/style100/eolfill=true
< HTML/style100/font=lucidatypewriter,12,1,0,0
< HTML/style100/paper=15728623
< HTML/style101/color=0
< HTML/style101/eolfill=true
< HTML/style101/font=lucidatypewriter,12,1,0,0
< HTML/style101/paper=15728623
< HTML/style102/color=0
< HTML/style102/eolfill=true
< HTML/style102/font=lucidatypewriter,12,0,0,0
< HTML/style102/paper=15728623
< HTML/style105/color=8421504
< HTML/style105/eolfill=false
< HTML/style105/font=lucidatypewriter,12,0,0,0
< HTML/style105/paper=16777215
< HTML/style106/color=8421504
< HTML/style106/eolfill=true
< HTML/style106/font=lucidatypewriter,12,0,0,0
< HTML/style106/paper=13627343
< HTML/style107/color=32512
< HTML/style107/eolfill=true
< HTML/style107/font=new century schoolbook,12,0,0,0
< HTML/style107/paper=13627343
< HTML/style108/color=32639
< HTML/style108/eolfill=true
< HTML/style108/font=lucidatypewriter,12,0,0,0
< HTML/style108/paper=13627343
< HTML/style109/color=8323199
< HTML/style109/eolfill=true
< HTML/style109/font=courier,12,0,0,0
< HTML/style109/paper=13627343
< HTML/style11/color=128
< HTML/style11/eolfill=false
< HTML/style11/font=lucidatypewriter,12,0,0,0
< HTML/style11/paper=16777215
< HTML/style110/color=8323199
< HTML/style110/eolfill=true
< HTML/style110/font=courier,12,0,0,0
< HTML/style110/paper=13627343
< HTML/style111/color=127
< HTML/style111/eolfill=true
< HTML/style111/font=lucidatypewriter,12,1,0,0
< HTML/style111/paper=13627343
< HTML/style112/color=8323072
< HTML/style112/eolfill=true
< HTML/style112/font=lucidatypewriter,12,0,0,0
< HTML/style112/paper=13627343
< HTML/style113/color=8323072
< HTML/style113/eolfill=true
< HTML/style113/font=lucidatypewriter,12,0,0,0
< HTML/style113/paper=13627343
< HTML/style114/color=255
< HTML/style114/eolfill=true
< HTML/style114/font=lucidatypewriter,12,1,0,0
< HTML/style114/paper=13627343
< HTML/style115/color=32639
< HTML/style115/eolfill=true
< HTML/style115/font=lucidatypewriter,12,1,0,0
< HTML/style115/paper=13627343
< HTML/style116/color=0
< HTML/style116/eolfill=true
< HTML/style116/font=lucidatypewriter,12,1,0,0
< HTML/style116/paper=13627343
< HTML/style117/color=0
< HTML/style117/eolfill=true
< HTML/style117/font=lucidatypewriter,12,0,0,0
< HTML/style117/paper=13627343
< HTML/style118/color=51
< HTML/style118/eolfill=true
< HTML/style118/font=lucidatypewriter,12,0,0,0
< HTML/style118/paper=16775416
< HTML/style119/color=32512
< HTML/style119/eolfill=false
< HTML/style119/font=lucidatypewriter,12,0,0,0
< HTML/style119/paper=16775416
< HTML/style12/color=255
< HTML/style12/eolfill=false
< HTML/style12/font=lucidatypewriter,12,0,0,0
< HTML/style12/paper=16777215
< HTML/style120/color=40704
< HTML/style120/eolfill=false
< HTML/style120/font=lucidatypewriter,12,0,0,0
< HTML/style120/paper=16775416
< HTML/style121/color=8323199
< HTML/style121/eolfill=false
< HTML/style121/font=lucidatypewriter,12,0,1,0
< HTML/style121/paper=16775416
< HTML/style122/color=13408512
< HTML/style122/eolfill=false
< HTML/style122/font=lucidatypewriter,12,0,0,0
< HTML/style122/paper=16775416
< HTML/style123/color=127
< HTML/style123/eolfill=false
< HTML/style123/font=lucidatypewriter,12,0,1,0
< HTML/style123/paper=16775416
< HTML/style124/color=10066329
< HTML/style124/eolfill=false
< HTML/style124/font=new century schoolbook,12,0,0,0
< HTML/style124/paper=16775416
< HTML/style125/color=6710886
< HTML/style125/eolfill=false
< HTML/style125/font=new century schoolbook,12,0,1,0
< HTML/style125/paper=16775416
< HTML/style126/color=127
< HTML/style126/eolfill=false
< HTML/style126/font=lucidatypewriter,12,0,1,0
< HTML/style126/paper=16775416
< HTML/style127/color=0
< HTML/style127/eolfill=false
< HTML/style127/font=lucidatypewriter,12,0,0,0
< HTML/style127/paper=16775416
< HTML/style13/color=255
< HTML/style13/eolfill=false
< HTML/style13/font=lucidatypewriter,12,0,0,0
< HTML/style13/paper=16777215
< HTML/style14/color=128
< HTML/style14/eolfill=false
< HTML/style14/font=lucidatypewriter,12,0,0,0
< HTML/style14/paper=16777215
< HTML/style15/color=0
< HTML/style15/eolfill=false
< HTML/style15/font=lucidatypewriter,12,0,0,0
< HTML/style15/paper=16776960
< HTML/style16/color=0
< HTML/style16/eolfill=false
< HTML/style16/font=lucidatypewriter,12,0,0,0
< HTML/style16/paper=16768768
< HTML/style17/color=0
< HTML/style17/eolfill=false
< HTML/style17/font=lucidatypewriter,12,0,0,0
< HTML/style17/paper=16768768
< HTML/style18/color=255
< HTML/style18/eolfill=false
< HTML/style18/font=lucidatypewriter,12,0,0,0
< HTML/style18/paper=16773055
< HTML/style19/color=16711935
< HTML/style19/eolfill=false
< HTML/style19/font=lucidatypewriter,12,0,0,0
< HTML/style19/paper=16773119
< HTML/style2/color=16711680
< HTML/style2/eolfill=false
< HTML/style2/font=lucidatypewriter,12,0,0,0
< HTML/style2/paper=16777215
< HTML/style20/color=0
< HTML/style20/eolfill=false
< HTML/style20/font=lucidatypewriter,12,0,0,0
< HTML/style20/paper=16777215
< HTML/style21/color=128
< HTML/style21/eolfill=false
< HTML/style21/font=lucidatypewriter,12,0,0,0
< HTML/style21/paper=15724543
< HTML/style22/color=128
< HTML/style22/eolfill=false
< HTML/style22/font=lucidatypewriter,12,1,0,0
< HTML/style22/paper=15724543
< HTML/style23/color=26112
< HTML/style23/eolfill=false
< HTML/style23/font=lucidatypewriter,12,0,0,0
< HTML/style23/paper=15724543
< HTML/style24/color=8388608
< HTML/style24/eolfill=false
< HTML/style24/font=lucidatypewriter,12,0,0,0
< HTML/style24/paper=15724543
< HTML/style25/color=10040064
< HTML/style25/eolfill=false
< HTML/style25/font=lucidatypewriter,12,0,0,0
< HTML/style25/paper=15724543
< HTML/style26/color=8388608
< HTML/style26/eolfill=false
< HTML/style26/font=lucidatypewriter,12,0,0,0
< HTML/style26/paper=16737894
< HTML/style27/color=3368703
< HTML/style27/eolfill=false
< HTML/style27/font=lucidatypewriter,12,0,0,0
< HTML/style27/paper=15724543
< HTML/style29/color=8421376
< HTML/style29/eolfill=false
< HTML/style29/font=lucidatypewriter,12,0,0,0
< HTML/style29/paper=15724543
< HTML/style3/color=32896
< HTML/style3/eolfill=false
< HTML/style3/font=lucidatypewriter,12,0,0,0
< HTML/style3/paper=16777215
< HTML/style30/color=0
< HTML/style30/eolfill=false
< HTML/style30/font=lucidatypewriter,12,0,0,0
< HTML/style30/paper=16777215
< HTML/style31/color=102
< HTML/style31/eolfill=false
< HTML/style31/font=lucidatypewriter,12,0,0,0
< HTML/style31/paper=13421792
< HTML/style4/color=16711680
< HTML/style4/eolfill=false
< HTML/style4/font=lucidatypewriter,12,0,0,0
< HTML/style4/paper=16777215
< HTML/style40/color=8355584
< HTML/style40/eolfill=false
< HTML/style40/font=lucidatypewriter,12,0,0,0
< HTML/style40/paper=16777215
< HTML/style41/color=0
< HTML/style41/eolfill=true
< HTML/style41/font=new century schoolbook,12,1,0,0
< HTML/style41/paper=15790335
< HTML/style42/color=32512
< HTML/style42/eolfill=true
< HTML/style42/font=new century schoolbook,12,0,0,0
< HTML/style42/paper=15790335
< HTML/style43/color=32512
< HTML/style43/eolfill=false
< HTML/style43/font=new century schoolbook,12,0,0,0
< HTML/style43/paper=15790335
< HTML/style44/color=4157503
< HTML/style44/eolfill=true
< HTML/style44/font=new century schoolbook,12,1,0,0
< HTML/style44/paper=15790335
< HTML/style45/color=32639
< HTML/style45/eolfill=false
< HTML/style45/font=new century schoolbook,12,0,0,0
< HTML/style45/paper=15790335
< HTML/style46/color=0
< HTML/style46/eolfill=false
< HTML/style46/font=new century schoolbook,12,0,0,0
< HTML/style46/paper=15790335
< HTML/style47/color=127
< HTML/style47/eolfill=false
< HTML/style47/font=new century schoolbook,12,1,0,0
< HTML/style47/paper=15790335
< HTML/style48/color=8323199
< HTML/style48/eolfill=false
< HTML/style48/font=new century schoolbook,12,0,0,0
< HTML/style48/paper=15790335
< HTML/style49/color=8323199
< HTML/style49/eolfill=false
< HTML/style49/font=new century schoolbook,12,0,0,0
< HTML/style49/paper=15790335
< HTML/style5/color=32639
< HTML/style5/eolfill=false
< HTML/style5/font=lucidatypewriter,12,0,0,0
< HTML/style5/paper=16777215
< HTML/style50/color=0
< HTML/style50/eolfill=false
< HTML/style50/font=new century schoolbook,12,1,0,0
< HTML/style50/paper=15790335
< HTML/style51/color=0
< HTML/style51/eolfill=true
< HTML/style51/font=lucidatypewriter,12,0,0,0
< HTML/style51/paper=12565424
< HTML/style52/color=0
< HTML/style52/eolfill=false
< HTML/style52/font=lucidatypewriter,12,0,0,0
< HTML/style52/paper=16759728
< HTML/style55/color=8355584
< HTML/style55/eolfill=false
< HTML/style55/font=lucidatypewriter,12,0,0,0
< HTML/style55/paper=16777215
< HTML/style56/color=0
< HTML/style56/eolfill=true
< HTML/style56/font=new century schoolbook,12,1,0,0
< HTML/style56/paper=14671743
< HTML/style57/color=32512
< HTML/style57/eolfill=true
< HTML/style57/font=new century schoolbook,12,0,0,0
< HTML/style57/paper=14671743
< HTML/style58/color=32512
< HTML/style58/eolfill=false
< HTML/style58/font=new century schoolbook,12,0,0,0
< HTML/style58/paper=14671743
< HTML/style59/color=8355711
< HTML/style59/eolfill=true
< HTML/style59/font=new century schoolbook,12,1,0,0
< HTML/style59/paper=14671743
< HTML/style6/color=8323199
< HTML/style6/eolfill=false
< HTML/style6/font=lucidatypewriter,12,0,0,0
< HTML/style6/paper=16777215
< HTML/style60/color=32639
< HTML/style60/eolfill=false
< HTML/style60/font=new century schoolbook,12,0,0,0
< HTML/style60/paper=14671743
< HTML/style61/color=0
< HTML/style61/eolfill=false
< HTML/style61/font=new century schoolbook,12,0,0,0
< HTML/style61/paper=14671743
< HTML/style62/color=127
< HTML/style62/eolfill=false
< HTML/style62/font=new century schoolbook,12,1,0,0
< HTML/style62/paper=14671743
< HTML/style63/color=8323199
< HTML/style63/eolfill=false
< HTML/style63/font=new century schoolbook,12,0,0,0
< HTML/style63/paper=14671743
< HTML/style64/color=8323199
< HTML/style64/eolfill=false
< HTML/style64/font=new century schoolbook,12,0,0,0
< HTML/style64/paper=14671743
< HTML/style65/color=0
< HTML/style65/eolfill=false
< HTML/style65/font=new century schoolbook,12,1,0,0
< HTML/style65/paper=14671743
< HTML/style66/color=0
< HTML/style66/eolfill=true
< HTML/style66/font=lucidatypewriter,12,0,0,0
< HTML/style66/paper=12565424
< HTML/style67/color=0
< HTML/style67/eolfill=false
< HTML/style67/font=lucidatypewriter,12,0,0,0
< HTML/style67/paper=16759728
< HTML/style7/color=8323199
< HTML/style7/eolfill=false
< HTML/style7/font=lucidatypewriter,12,0,0,0
< HTML/style7/paper=16777215
< HTML/style70/color=0
< HTML/style70/eolfill=false
< HTML/style70/font=lucidatypewriter,12,0,0,0
< HTML/style70/paper=16777215
< HTML/style71/color=0
< HTML/style71/eolfill=true
< HTML/style71/font=new century schoolbook,12,0,0,0
< HTML/style71/paper=15724543
< HTML/style72/color=32768
< HTML/style72/eolfill=true
< HTML/style72/font=new century schoolbook,12,0,0,0
< HTML/style72/paper=15724543
< HTML/style73/color=32896
< HTML/style73/eolfill=true
< HTML/style73/font=new century schoolbook,12,0,0,0
< HTML/style73/paper=15724543
< HTML/style74/color=128
< HTML/style74/eolfill=true
< HTML/style74/font=new century schoolbook,12,1,0,0
< HTML/style74/paper=15724543
< HTML/style75/color=8388736
< HTML/style75/eolfill=true
< HTML/style75/font=new century schoolbook,12,0,0,0
< HTML/style75/paper=15724543
< HTML/style76/color=128
< HTML/style76/eolfill=true
< HTML/style76/font=new century schoolbook,12,0,0,0
< HTML/style76/paper=15724543
< HTML/style77/color=128
< HTML/style77/eolfill=true
< HTML/style77/font=new century schoolbook,12,0,0,0
< HTML/style77/paper=8355839
< HTML/style8/color=8388736
< HTML/style8/eolfill=false
< HTML/style8/font=lucidatypewriter,12,0,0,0
< HTML/style8/paper=16777215
< HTML/style80/color=0
< HTML/style80/eolfill=false
< HTML/style80/font=lucidatypewriter,12,0,0,0
< HTML/style80/paper=16777215
< HTML/style81/color=0
< HTML/style81/eolfill=true
< HTML/style81/font=new century schoolbook,12,0,0,0
< HTML/style81/paper=13619183
< HTML/style82/color=32768
< HTML/style82/eolfill=true
< HTML/style82/font=new century schoolbook,12,0,0,0
< HTML/style82/paper=13619183
< HTML/style83/color=32896
< HTML/style83/eolfill=true
< HTML/style83/font=new century schoolbook,12,0,0,0
< HTML/style83/paper=13619183
< HTML/style84/color=128
< HTML/style84/eolfill=true
< HTML/style84/font=new century schoolbook,12,1,0,0
< HTML/style84/paper=13619183
< HTML/style85/color=8388736
< HTML/style85/eolfill=true
< HTML/style85/font=new century schoolbook,12,0,0,0
< HTML/style85/paper=13619183
< HTML/style86/color=128
< HTML/style86/eolfill=true
< HTML/style86/font=new century schoolbook,12,0,0,0
< HTML/style86/paper=13619183
< HTML/style87/color=128
< HTML/style87/eolfill=true
< HTML/style87/font=new century schoolbook,12,0,0,0
< HTML/style87/paper=8355839
< HTML/style9/color=8421376
< HTML/style9/eolfill=false
< HTML/style9/font=lucidatypewriter,10,0,0,0
< HTML/style9/paper=16777215
< HTML/style90/color=8421504
< HTML/style90/eolfill=false
< HTML/style90/font=lucidatypewriter,12,0,0,0
< HTML/style90/paper=16777215
< HTML/style91/color=8421504
< HTML/style91/eolfill=true
< HTML/style91/font=lucidatypewriter,12,0,0,0
< HTML/style91/paper=15728623
< HTML/style92/color=32512
< HTML/style92/eolfill=true
< HTML/style92/font=new century schoolbook,12,0,0,0
< HTML/style92/paper=15728623
< HTML/style93/color=32639
< HTML/style93/eolfill=true
< HTML/style93/font=lucidatypewriter,12,0,0,0
< HTML/style93/paper=15728623
< HTML/style94/color=8323199
< HTML/style94/eolfill=true
< HTML/style94/font=courier,12,0,0,0
< HTML/style94/paper=15728623
< HTML/style95/color=8323199
< HTML/style95/eolfill=true
< HTML/style95/font=courier,12,0,0,0
< HTML/style95/paper=15728623
< HTML/style96/color=127
< HTML/style96/eolfill=true
< HTML/style96/font=lucidatypewriter,12,1,0,0
< HTML/style96/paper=15728623
< HTML/style97/color=8323072
< HTML/style97/eolfill=true
< HTML/style97/font=lucidatypewriter,12,0,0,0
< HTML/style97/paper=15728623
< HTML/style98/color=8323072
< HTML/style98/eolfill=true
< HTML/style98/font=lucidatypewriter,12,0,0,0
< HTML/style98/paper=15728623
< HTML/style99/color=255
< HTML/style99/eolfill=true
< HTML/style99/font=lucidatypewriter,12,1,0,0
< HTML/style99/paper=15728623
< IDL/autoindentstyle=-1
< IDL/style0/color=8421504
< IDL/style0/eolfill=false
< IDL/style0/font=lucidatypewriter,12,0,0,0
< IDL/style0/paper=16777215
< IDL/style1/color=32512
< IDL/style1/eolfill=false
< IDL/style1/font=new century schoolbook,12,0,0,0
< IDL/style1/paper=16777215
< IDL/style10/color=0
< IDL/style10/eolfill=false
< IDL/style10/font=lucidatypewriter,12,1,0,0
< IDL/style10/paper=16777215
< IDL/style11/color=0
< IDL/style11/eolfill=false
< IDL/style11/font=lucidatypewriter,12,0,0,0
< IDL/style11/paper=16777215
< IDL/style12/color=0
< IDL/style12/eolfill=true
< IDL/style12/font=courier,12,0,0,0
< IDL/style12/paper=14729440
< IDL/style15/color=4157503
< IDL/style15/eolfill=false
< IDL/style15/font=new century schoolbook,12,0,0,0
< IDL/style15/paper=16777215
< IDL/style16/color=0
< IDL/style16/eolfill=false
< IDL/style16/font=lucidatypewriter,12,0,0,0
< IDL/style16/paper=16777215
< IDL/style17/color=3170464
< IDL/style17/eolfill=false
< IDL/style17/font=new century schoolbook,12,0,0,0
< IDL/style17/paper=16777215
< IDL/style18/color=8405024
< IDL/style18/eolfill=false
< IDL/style18/font=new century schoolbook,12,0,0,0
< IDL/style18/paper=16777215
< IDL/style19/color=0
< IDL/style19/eolfill=false
< IDL/style19/font=lucidatypewriter,12,0,0,0
< IDL/style19/paper=16777215
< IDL/style2/color=32512
< IDL/style2/eolfill=false
< IDL/style2/font=new century schoolbook,12,0,0,0
< IDL/style2/paper=16777215
< IDL/style3/color=4157503
< IDL/style3/eolfill=false
< IDL/style3/font=new century schoolbook,12,0,0,0
< IDL/style3/paper=16777215
< IDL/style4/color=32639
< IDL/style4/eolfill=false
< IDL/style4/font=lucidatypewriter,12,0,0,0
< IDL/style4/paper=16777215
< IDL/style5/color=127
< IDL/style5/eolfill=false
< IDL/style5/font=lucidatypewriter,12,1,0,0
< IDL/style5/paper=16777215
< IDL/style6/color=8323199
< IDL/style6/eolfill=false
< IDL/style6/font=courier,12,0,0,0
< IDL/style6/paper=16777215
< IDL/style7/color=8323199
< IDL/style7/eolfill=false
< IDL/style7/font=courier,12,0,0,0
< IDL/style7/paper=16777215
< IDL/style8/color=8405120
< IDL/style8/eolfill=false
< IDL/style8/font=lucidatypewriter,12,0,0,0
< IDL/style8/paper=16777215
< IDL/style9/color=8355584
< IDL/style9/eolfill=false
< IDL/style9/font=lucidatypewriter,12,0,0,0
< IDL/style9/paper=16777215
< Java/autoindentstyle=-1
< Java/style0/color=8421504
< Java/style0/eolfill=false
< Java/style0/font=lucidatypewriter,12,0,0,0
< Java/style0/paper=16777215
< Java/style1/color=32512
< Java/style1/eolfill=false
< Java/style1/font=new century schoolbook,12,0,0,0
< Java/style1/paper=16777215
< Java/style10/color=0
< Java/style10/eolfill=false
< Java/style10/font=lucidatypewriter,12,1,0,0
< Java/style10/paper=16777215
< Java/style11/color=0
< Java/style11/eolfill=false
< Java/style11/font=lucidatypewriter,12,0,0,0
< Java/style11/paper=16777215
< Java/style12/color=0
< Java/style12/eolfill=true
< Java/style12/font=courier,12,0,0,0
< Java/style12/paper=14729440
< Java/style15/color=4157503
< Java/style15/eolfill=false
< Java/style15/font=new century schoolbook,12,0,0,0
< Java/style15/paper=16777215
< Java/style16/color=0
< Java/style16/eolfill=false
< Java/style16/font=lucidatypewriter,12,0,0,0
< Java/style16/paper=16777215
< Java/style17/color=3170464
< Java/style17/eolfill=false
< Java/style17/font=new century schoolbook,12,0,0,0
< Java/style17/paper=16777215
< Java/style18/color=8405024
< Java/style18/eolfill=false
< Java/style18/font=new century schoolbook,12,0,0,0
< Java/style18/paper=16777215
< Java/style19/color=0
< Java/style19/eolfill=false
< Java/style19/font=lucidatypewriter,12,0,0,0
< Java/style19/paper=16777215
< Java/style2/color=32512
< Java/style2/eolfill=false
< Java/style2/font=new century schoolbook,12,0,0,0
< Java/style2/paper=16777215
< Java/style3/color=4157503
< Java/style3/eolfill=false
< Java/style3/font=new century schoolbook,12,0,0,0
< Java/style3/paper=16777215
< Java/style4/color=32639
< Java/style4/eolfill=false
< Java/style4/font=lucidatypewriter,12,0,0,0
< Java/style4/paper=16777215
< Java/style5/color=127
< Java/style5/eolfill=false
< Java/style5/font=lucidatypewriter,12,1,0,0
< Java/style5/paper=16777215
< Java/style6/color=8323199
< Java/style6/eolfill=false
< Java/style6/font=courier,12,0,0,0
< Java/style6/paper=16777215
< Java/style7/color=8323199
< Java/style7/eolfill=false
< Java/style7/font=courier,12,0,0,0
< Java/style7/paper=16777215
< Java/style9/color=8355584
< Java/style9/eolfill=false
< Java/style9/font=lucidatypewriter,12,0,0,0
< Java/style9/paper=16777215
< JavaScript/autoindentstyle=-1
< JavaScript/style0/color=8421504
< JavaScript/style0/eolfill=false
< JavaScript/style0/font=lucidatypewriter,12,0,0,0
< JavaScript/style0/paper=16777215
< JavaScript/style1/color=32512
< JavaScript/style1/eolfill=false
< JavaScript/style1/font=new century schoolbook,12,0,0,0
< JavaScript/style1/paper=16777215
< JavaScript/style10/color=0
< JavaScript/style10/eolfill=false
< JavaScript/style10/font=lucidatypewriter,12,1,0,0
< JavaScript/style10/paper=16777215
< JavaScript/style11/color=0
< JavaScript/style11/eolfill=false
< JavaScript/style11/font=lucidatypewriter,12,0,0,0
< JavaScript/style11/paper=16777215
< JavaScript/style12/color=0
< JavaScript/style12/eolfill=true
< JavaScript/style12/font=courier,12,0,0,0
< JavaScript/style12/paper=16777215
< JavaScript/style14/color=4161343
< JavaScript/style14/eolfill=true
< JavaScript/style14/font=courier,12,0,0,0
< JavaScript/style14/paper=14741759
< JavaScript/style15/color=4157503
< JavaScript/style15/eolfill=false
< JavaScript/style15/font=new century schoolbook,12,0,0,0
< JavaScript/style15/paper=16777215
< JavaScript/style16/color=0
< JavaScript/style16/eolfill=false
< JavaScript/style16/font=lucidatypewriter,12,0,0,0
< JavaScript/style16/paper=16777215
< JavaScript/style17/color=3170464
< JavaScript/style17/eolfill=false
< JavaScript/style17/font=new century schoolbook,12,0,0,0
< JavaScript/style17/paper=16777215
< JavaScript/style18/color=8405024
< JavaScript/style18/eolfill=false
< JavaScript/style18/font=new century schoolbook,12,0,0,0
< JavaScript/style18/paper=16777215
< JavaScript/style19/color=0
< JavaScript/style19/eolfill=false
< JavaScript/style19/font=lucidatypewriter,12,0,0,0
< JavaScript/style19/paper=16777215
< JavaScript/style2/color=32512
< JavaScript/style2/eolfill=false
< JavaScript/style2/font=new century schoolbook,12,0,0,0
< JavaScript/style2/paper=16777215
< JavaScript/style3/color=4157503
< JavaScript/style3/eolfill=false
< JavaScript/style3/font=new century schoolbook,12,0,0,0
< JavaScript/style3/paper=16777215
< JavaScript/style4/color=32639
< JavaScript/style4/eolfill=false
< JavaScript/style4/font=lucidatypewriter,12,0,0,0
< JavaScript/style4/paper=16777215
< JavaScript/style5/color=127
< JavaScript/style5/eolfill=false
< JavaScript/style5/font=lucidatypewriter,12,1,0,0
< JavaScript/style5/paper=16777215
< JavaScript/style6/color=8323199
< JavaScript/style6/eolfill=false
< JavaScript/style6/font=courier,12,0,0,0
< JavaScript/style6/paper=16777215
< JavaScript/style7/color=8323199
< JavaScript/style7/eolfill=false
< JavaScript/style7/font=courier,12,0,0,0
< JavaScript/style7/paper=16777215
< JavaScript/style9/color=8355584
< JavaScript/style9/eolfill=false
< JavaScript/style9/font=lucidatypewriter,12,0,0,0
< JavaScript/style9/paper=16777215
< Perl/autoindentstyle=-1
< Perl/style0/color=8421504
< Perl/style0/eolfill=false
< Perl/style0/font=lucidatypewriter,12,0,0,0
< Perl/style0/paper=16777215
< Perl/style1/color=16776960
< Perl/style1/eolfill=false
< Perl/style1/font=lucidatypewriter,12,0,0,0
< Perl/style1/paper=16711680
< Perl/style10/color=0
< Perl/style10/eolfill=false
< Perl/style10/font=lucidatypewriter,12,1,0,0
< Perl/style10/paper=16777215
< Perl/style11/color=0
< Perl/style11/eolfill=false
< Perl/style11/font=lucidatypewriter,12,0,0,0
< Perl/style11/paper=16777215
< Perl/style12/color=0
< Perl/style12/eolfill=false
< Perl/style12/font=lucidatypewriter,12,0,0,0
< Perl/style12/paper=16769248
< Perl/style13/color=0
< Perl/style13/eolfill=false
< Perl/style13/font=lucidatypewriter,12,0,0,0
< Perl/style13/paper=16777184
< Perl/style14/color=0
< Perl/style14/eolfill=false
< Perl/style14/font=lucidatypewriter,12,0,0,0
< Perl/style14/paper=16769279
< Perl/style15/color=0
< Perl/style15/eolfill=false
< Perl/style15/font=lucidatypewriter,12,0,0,0
< Perl/style15/paper=14737632
< Perl/style17/color=0
< Perl/style17/eolfill=false
< Perl/style17/font=lucidatypewriter,12,0,0,0
< Perl/style17/paper=10551200
< Perl/style18/color=0
< Perl/style18/eolfill=false
< Perl/style18/font=lucidatypewriter,12,0,0,0
< Perl/style18/paper=15786112
< Perl/style2/color=32512
< Perl/style2/eolfill=false
< Perl/style2/font=new century schoolbook,12,0,0,0
< Perl/style2/paper=16777215
< Perl/style20/color=16776960
< Perl/style20/eolfill=false
< Perl/style20/font=lucidatypewriter,12,0,0,0
< Perl/style20/paper=10518656
< Perl/style21/color=6291456
< Perl/style21/eolfill=true
< Perl/style21/font=lucidatypewriter,12,0,0,0
< Perl/style21/paper=16773336
< Perl/style22/color=0
< Perl/style22/eolfill=false
< Perl/style22/font=lucidatypewriter,12,0,0,0
< Perl/style22/paper=14536925
< Perl/style23/color=8323199
< Perl/style23/eolfill=true
< Perl/style23/font=lucidatypewriter,12,0,0,0
< Perl/style23/paper=14536925
< Perl/style24/color=8323199
< Perl/style24/eolfill=true
< Perl/style24/font=lucidatypewriter,12,1,0,0
< Perl/style24/paper=14536925
< Perl/style25/color=8323199
< Perl/style25/eolfill=true
< Perl/style25/font=lucidatypewriter,12,0,1,0
< Perl/style25/paper=14536925
< Perl/style26/color=8323199
< Perl/style26/eolfill=false
< Perl/style26/font=lucidatypewriter,12,0,0,0
< Perl/style26/paper=16777215
< Perl/style27/color=8323199
< Perl/style27/eolfill=false
< Perl/style27/font=courier,12,0,0,0
< Perl/style27/paper=16777215
< Perl/style28/color=16776960
< Perl/style28/eolfill=false
< Perl/style28/font=lucidatypewriter,12,0,0,0
< Perl/style28/paper=16777215
< Perl/style29/color=0
< Perl/style29/eolfill=false
< Perl/style29/font=lucidatypewriter,12,0,0,0
< Perl/style29/paper=16777215
< Perl/style3/color=16384
< Perl/style3/eolfill=true
< Perl/style3/font=times,14,0,0,0
< Perl/style3/paper=14745568
< Perl/style30/color=0
< Perl/style30/eolfill=false
< Perl/style30/font=lucidatypewriter,12,0,0,0
< Perl/style30/paper=16777215
< Perl/style4/color=32639
< Perl/style4/eolfill=false
< Perl/style4/font=lucidatypewriter,12,0,0,0
< Perl/style4/paper=16777215
< Perl/style5/color=127
< Perl/style5/eolfill=false
< Perl/style5/font=lucidatypewriter,12,1,0,0
< Perl/style5/paper=16777215
< Perl/style6/color=8323199
< Perl/style6/eolfill=false
< Perl/style6/font=courier,12,0,0,0
< Perl/style6/paper=16777215
< Perl/style7/color=8323199
< Perl/style7/eolfill=false
< Perl/style7/font=courier,12,0,0,0
< Perl/style7/paper=16777215
< Python/autoindentstyle=1
< Python/style0/color=8421504
< Python/style0/eolfill=false
< Python/style0/font=Bitstream Vera Sans,11,0,0,0
< Python/style0/paper=16777215
< Python/style1/color=32512
< Python/style1/eolfill=false
< Python/style1/font=Bitstream Vera Sans,11,0,0,0
< Python/style1/paper=16777215
< Python/style10/color=0
< Python/style10/eolfill=false
< Python/style10/font=Bitstream Vera Sans,11,0,0,0
< Python/style10/paper=16777215
< Python/style11/color=0
< Python/style11/eolfill=false
< Python/style11/font=Bitstream Vera Sans,11,0,0,0
< Python/style11/paper=16777215
< Python/style12/color=8355711
< Python/style12/eolfill=false
< Python/style12/font=Bitstream Vera Sans,11,0,0,0
< Python/style12/paper=16777215
< Python/style13/color=0
< Python/style13/eolfill=true
< Python/style13/font=Bitstream Vera Sans,11,0,0,0
< Python/style13/paper=14729440
< Python/style2/color=32639
< Python/style2/eolfill=false
< Python/style2/font=Bitstream Vera Sans,11,0,0,0
< Python/style2/paper=16777215
< Python/style3/color=8323199
< Python/style3/eolfill=false
< Python/style3/font=Bitstream Vera Sans,11,0,0,0
< Python/style3/paper=16777215
< Python/style4/color=8323199
< Python/style4/eolfill=false
< Python/style4/font=Bitstream Vera Sans,11,0,0,0
< Python/style4/paper=16777215
< Python/style5/color=127
< Python/style5/eolfill=false
< Python/style5/font=Bitstream Vera Sans,11,0,0,0
< Python/style5/paper=16777215
< Python/style6/color=8323072
< Python/style6/eolfill=false
< Python/style6/font=Bitstream Vera Sans,11,0,0,0
< Python/style6/paper=16777215
< Python/style7/color=8323072
< Python/style7/eolfill=false
< Python/style7/font=Bitstream Vera Sans,11,0,0,0
< Python/style7/paper=16777215
< Python/style8/color=255
< Python/style8/eolfill=false
< Python/style8/font=Bitstream Vera Sans,11,0,0,0
< Python/style8/paper=16777215
< Python/style9/color=32639
< Python/style9/eolfill=false
< Python/style9/font=Bitstream Vera Sans,11,0,0,0
< Python/style9/paper=16777215
< SQL/autoindentstyle=-1
< SQL/style0/color=8421504
< SQL/style0/eolfill=false
< SQL/style0/font=lucidatypewriter,12,0,0,0
< SQL/style0/paper=16777215
< SQL/style1/color=32512
< SQL/style1/eolfill=false
< SQL/style1/font=new century schoolbook,12,0,0,0
< SQL/style1/paper=16777215
< SQL/style10/color=0
< SQL/style10/eolfill=false
< SQL/style10/font=lucidatypewriter,12,1,0,0
< SQL/style10/paper=16777215
< SQL/style11/color=0
< SQL/style11/eolfill=false
< SQL/style11/font=lucidatypewriter,12,0,0,0
< SQL/style11/paper=16777215
< SQL/style2/color=32512
< SQL/style2/eolfill=false
< SQL/style2/font=new century schoolbook,12,0,0,0
< SQL/style2/paper=16777215
< SQL/style4/color=32639
< SQL/style4/eolfill=false
< SQL/style4/font=lucidatypewriter,12,0,0,0
< SQL/style4/paper=16777215
< SQL/style5/color=127
< SQL/style5/eolfill=false
< SQL/style5/font=lucidatypewriter,12,1,0,0
< SQL/style5/paper=16777215
< SQL/style6/color=8323199
< SQL/style6/eolfill=false
< SQL/style6/font=courier,12,0,0,0
< SQL/style6/paper=16777215
< 
1157c158
< Font=Courier,11,-1,5,50,0,0,0,0,0
---
> Font=Courier,12,-1,5,50,0,0,0,0,0
1160c161
< StringEncoding=iso8859-1
---
> StringEncoding=latin-1
1167c168
< 0/nl=1
---
> 0/nl=0
1171,1172c172,173
< 1/hidden=1
< 1/index=2
---
> 1/hidden=0
> 1/index=1
1177,1178c178,179
< 10/hidden=1
< 10/index=6
---
> 10/hidden=0
> 10/index=10
1183,1185c184,186
< 11/hidden=1
< 11/index=5
< 11/nl=1
---
> 11/hidden=0
> 11/index=11
> 11/nl=0
1188,1190c189,191
< 2/extraOffset=847
< 2/hidden=1
< 2/index=4
---
> 2/extraOffset=0
> 2/hidden=0
> 2/index=2
1195c196
< 3/hidden=1
---
> 3/hidden=0
1197c198
< 3/nl=1
---
> 3/nl=0
1200c201
< 4/extraOffset=250
---
> 4/extraOffset=0
1202c203
< 4/index=1
---
> 4/index=4
1207,1209c208,210
< 5/hidden=1
< 5/index=7
< 5/nl=1
---
> 5/hidden=0
> 5/index=5
> 5/nl=0
1213,1214c214,215
< 6/hidden=1
< 6/index=8
---
> 6/hidden=0
> 6/index=6
1219,1221c220,222
< 7/hidden=1
< 7/index=10
< 7/nl=1
---
> 7/hidden=0
> 7/index=7
> 7/nl=0
1225,1226c226,227
< 8/hidden=1
< 8/index=9
---
> 8/hidden=0
> 8/index=8
1229,1233c230,234
< 9/dockarea=5
< 9/extraOffset=-5
< 9/hidden=1
< 9/index=0
< 9/nl=1
---
> 9/dockarea=2
> 9/extraOffset=0
> 9/hidden=0
> 9/index=9
> 9/nl=0
1241,1242c242,243
< Icons/Path=/usr/lib/python2.3/site-packages/eric3/icons/ericCrystal-icons/^e
< Language=System
---
> Icons/Path=\0
> Language=None
1248,1249c249,250
< [EMAIL PROTECTED]
< MailServer=200.202.249.3
---
> Email=
> MailServer=

Reply via email to