Revision b3590640 lib/server/noded.py

b/lib/server/noded.py
892 892
    return backend.UploadFile(*(params[0]))
893 893

  
894 894
  @staticmethod
895
  def perspective_upload_file_single(params):
896
    """Upload a file.
897

  
898
    Note that the backend implementation imposes strict rules on which
899
    files are accepted.
900

  
901
    """
902
    return backend.UploadFile(*params)
903

  
904
  @staticmethod
895 905
  def perspective_master_node_name(params):
896 906
    """Returns the master node name.
897 907

  

Also available in: Unified diff