File: add_objects.py

package info (click to toggle)
xmds2 3.0.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 52,068 kB
  • sloc: python: 63,652; javascript: 9,230; cpp: 3,929; ansic: 1,463; makefile: 121; sh: 54
file content (7 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#! /usr/bin/env python3
# encoding: utf-8
# Thomas Nagy, 2011 (ita)

from waflib import Logs
Logs.warn('This tool has been merged to the main library, remove the references to "add_objects"')