Skip to content

Commit

Permalink
Actually use BiopythonExperimentalWarning.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrueffer authored and peterjc committed Dec 17, 2012
1 parent 26ef34d commit 509ee43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Bio/Motif/TRANSFAC.py
Expand Up @@ -9,7 +9,8 @@
import warnings
from Bio import BiopythonExperimentalWarning

warnings.warn("Bio.Motif.TRANSFAC is experimental code. While it is usable, the code is subject to change without warning")
warnings.warn("Bio.Motif.TRANSFAC is experimental code. While it is usable, \
the code is subject to change without warning", BiopythonExperimentalWarning)

import string
from Bio.Motif import Motif as BaseMotif
Expand Down

0 comments on commit 509ee43

Please sign in to comment.