Added missing lldb module namespace.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176049 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/python/symbolication.py b/examples/python/symbolication.py
index 3535499..f363961 100755
--- a/examples/python/symbolication.py
+++ b/examples/python/symbolication.py
@@ -423,7 +423,7 @@
process = self.target.process
if process:
state = process.state
- if state > lldb.eStateUnloaded and state < eStateDetached:
+ if state > lldb.eStateUnloaded and state < lldb.eStateDetached:
live_process = True
# If we don't have a live process, we can attempt to find the image
# that a load address belongs to and lazily load its module in the