diff pyntnclick/main.py @ 735:94de2e71db13 pyntnclick

Albow is no longer there
author Stefano Rivera <stefano@rivera.za.net>
date Wed, 16 Jan 2013 00:00:19 +0200
parents 4f34b36ee7c5
children b37c188ddeba
line wrap: on
line diff
--- a/pyntnclick/main.py	Tue Jan 15 23:55:24 2013 +0200
+++ b/pyntnclick/main.py	Wed Jan 16 00:00:19 2013 +0200
@@ -146,7 +146,6 @@
                 print 'Need to supply a scene to use the rect drawer'
                 sys.exit(1)
             make_rect_display()
-            # FIXME: Remove Albow from here
             try:
                 self.engine = RectEngine(self, opts.detail)
             except RectDrawerError, e: