/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bundle/bundle_data.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        split up, based on the assumptions that can be made
113
113
        when information is missing.
114
114
        """
115
 
        from bzrlib.bundle.serializer import unpack_highres_date
 
115
        from bzrlib.timestamp import unpack_highres_date
116
116
        # Put in all of the guessable information.
117
117
        if not self.timestamp and self.date:
118
118
            self.timestamp, self.timezone = unpack_highres_date(self.date)