[entropy.spm.skel] update docstring for generate_package()

This commit is contained in:
Fabio Erculiani
2011-08-01 11:06:28 +02:00
parent b0e7fbe74c
commit eb90a2f4b9
+2 -2
View File
@@ -353,8 +353,8 @@ class SpmPlugin(Singleton):
@param file_save_path: exact path (including file name and extension)
where package file is saved
@type file_save_path: string
@return: None
@rtype: None
@return: package file path
@rtype: string
@raise entropy.exception.SPMError: if unable to satisfy the request
"""
raise NotImplementedError()