333 | | print |
334 | | print "--- CUT ---" |
335 | | print "# Here are some lines that we suggest you add at the end" |
336 | | print "# of the pykota.conf file. These lines gives possible" |
337 | | print "# values for the way print jobs' size will be computed." |
338 | | print "# NB : it is possible that a manual configuration gives" |
339 | | print "# better results for you. As always, your mileage may vary." |
340 | | print "#" |
| 333 | self.display("\n--- CUT ---\n") |
| 334 | self.display("# Here are some lines that we suggest you add at the end\n") |
| 335 | self.display("# of the pykota.conf file. These lines gives possible\n") |
| 336 | self.display("# values for the way print jobs' size will be computed.\n") |
| 337 | self.display("# NB : it is possible that a manual configuration gives\n") |
| 338 | self.display("# better results for you. As always, your mileage may vary.\n") |
| 339 | self.display("#\n") |