Features/GTK3/Porting/GetBooks: Difference between revisions
| Line 10: | Line 10: | ||
# Run this [http://git.gnome.org/browse/pygobject/tree/pygi-convert.sh script] that will convert automatically things as much as it can. This is to avoid some stressful manually conversions that a "simple script" can do using ''sed'' :) | # Run this [http://git.gnome.org/browse/pygobject/tree/pygi-convert.sh script] that will convert automatically things as much as it can. This is to avoid some stressful manually conversions that a "simple script" can do using ''sed'' :) | ||
# Convert all the <tt>from sugar. import</tt> to <tt>from sugar</tt>'''3'''<tt>. import</tt> | # Convert all the <tt>from sugar. import</tt> to <tt>from sugar</tt>'''3'''<tt>. import</tt> | ||
# Follow the [[Development_Team/Code_guidelines|Code Guidelines]] during all the porting process | |||
# Remove all things related with '''old toolbar''' support. They are no longer maintained | # Remove all things related with '''old toolbar''' support. They are no longer maintained | ||
# Keep reading this wiki page to find out more things that you should do | # Keep reading this wiki page to find out more things that you should do | ||