Revision 47505e53 image_creator/os_type/unix.py

b/image_creator/os_type/unix.py
35 35

  
36 36
"""This module hosts OS-specific code common to all Unix-like OSs."""
37 37

  
38
import re
39

  
40 38
from image_creator.os_type import OSBase, sysprep
41 39

  
42 40

  
......
87 85

  
88 86
        return True
89 87

  
90
    @sysprep('Removing files u)nder /var/cache')
88
    @sysprep('Removing files under /var/cache')
91 89
    def cleanup_cache(self):
92 90
        """Remove all regular files under /var/cache"""
93 91

  

Also available in: Unified diff