diff --git a/sympy/__init__.py b/sympy/__init__.py
index 5f2a78a..bb1968f 100644
--- a/sympy/__init__.py
+++ b/sympy/__init__.py
@@ -33,6 +33,7 @@ def __sympy_debug():
 from geometry import *
 from utilities import *
 from integrals import *
+from abstractalgebra import *
 # This module is slow to import:
 #from physics import units
 from plotting import Plot, textplot
