annotate .hgignore @ 417:412d26a9b2c2

import sat/wokkel modules only when making service: when importing some sat/wokkel module, a reactor is installed. This can cause trouble when using sat_pubsub along with other twisted plugin installing a specific reactor (which is the case for SàT backend and Libervia). This patch works around it by importing those modules only when making the service.
author Goffi <goffi@goffi.org>
date Tue, 08 Oct 2019 12:04:13 +0200
parents d99047cd90f9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
231
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
1 syntax: glob
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
2 *.pyc
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *.pyv
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
4 *.swp
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.swo
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
6 tags
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
7 twistd.log
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
8 twistd.pid
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
9 bridge_constructor/generated
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
10 _trial_temp/
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
11 sat.egg-info
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
12 *.un~
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
13 dist
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
14 MANIFEST
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
15 build