ソースを参照

Add a comment in buildconf.py.am.in

Associated to multisite loading & context stuff. I choose to commit this
change in master because it is important to not break the fact that
the buildconf HAS TO be importable safely outside any context.
Yann Weber 7年前
コミット
22ab3174c3
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      lodel/buildconf.py.am.in

+ 1
- 0
lodel/buildconf.py.am.in ファイルの表示

@@ -1,5 +1,6 @@
1 1
 ##@brief Stores constant evaluated at build time
2 2
 #@note Populated by ./configure
3
+#@warning This file HAS TO be safely importable outside any lodel context
3 4
 
4 5
 PYMONGO=@PYMONGO@
5 6
 WEBUI=@WEBUI@

読み込み中…
キャンセル
保存