Skip to content

Commit

Permalink
ENH: Conditionally import Rpy stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
jseabold authored and wesm committed Jul 12, 2012
1 parent b46b001 commit f95a5d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pandas/rpy/__init__.py
@@ -1 +1,4 @@
# from pandas.rpy.common import importr, r, load_data
try:
from common import importr, r, load_data
except ImportError:
pass

0 comments on commit f95a5d7

Please sign in to comment.