Skip to content

Commit

Permalink
catch a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Nov 8, 2012
1 parent 5f4bde3 commit db18aed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion moa/sysConf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
"""

import os
import pkg_resources
import warnings

with warnings.catch_warnings():
warnings.simplefilter("ignore")
import pkg_resources


import Yaco

import moa.logger
Expand Down

0 comments on commit db18aed

Please sign in to comment.