X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=functions.py;fp=functions.py;h=a26731b9405ee12015ab8bfd75d8c0e989c69818;hp=417e91700cae28c4103697a29d1e51d2ca2e7ec2;hb=a0535abfee0078cf316bdd7cafcaa04805c086e9;hpb=f24454f5d67c621e94a76410a1e8e9a83c0c138b diff --git a/functions.py b/functions.py index 417e917..a26731b 100644 --- a/functions.py +++ b/functions.py @@ -55,6 +55,7 @@ class TGen : def writetable(self, pathout, tgens, totocc): etoiles = totocc.keys() + etoiles.sort() with open(pathout, 'w') as f : line = '\t'.join([u'tgens'] + etoiles) + '\n' f.write(line.encode(self.encoding))