Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3391

Show
Ignore:
Timestamp:
03/23/08 21:49:53 (9 months ago)
Author:
kris
Message:

fixed bogus import

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/text/xml/PullParser.d

    r3390 r3391  
    1616private import tango.text.Util : indexOf; 
    1717 
    18 private import Integer = tango.core.Exception; 
     18private import tango.core.Exception : XmlException; 
    1919 
    2020private import Integer = tango.text.convert.Integer;